From 5b971ee9dbc4b5f6c8db8eaf39443ee3d0740a1b Mon Sep 17 00:00:00 2001 From: sylar Date: Tue, 17 Dec 2024 18:08:00 +0800 Subject: [PATCH] chore: fixed max flutter version with 3.24.5 when do integration test --- .github/workflows/build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39c0d7052..2735e923c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.0"] + version: ["3.7.0", "3.24.5"] runs-on: ubuntu-latest timeout-minutes: 120 env: @@ -211,7 +211,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.0"] + version: ["3.7.0", "3.24.5"] runs-on: windows-2019 timeout-minutes: 120 env: @@ -243,7 +243,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: ubuntu-latest timeout-minutes: 60 env: @@ -266,7 +266,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.12"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838 + version: ["3.7.12", "3.24.5"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -289,7 +289,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.12"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838 + version: ["3.7.12", "3.24.5"] # Need 3.7.12 to build with Gradle 8.x https://github.com/flutter/flutter/issues/124838 runs-on: windows-2019 steps: - uses: actions/checkout@v3 @@ -333,7 +333,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: macos-13 timeout-minutes: 120 steps: @@ -359,7 +359,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.0"] + version: ["3.7.0", "3.24.5"] runs-on: ubuntu-latest timeout-minutes: 120 steps: @@ -389,7 +389,7 @@ jobs: java-version: '17' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.x' + flutter-version: "3.24.5" cache: true - name: Checkout hoe uses: actions/checkout@v3 @@ -443,7 +443,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ["3.x"] + version: ["3.24.5"] runs-on: macos-13 # Rendering test on ios simulator need macos 13+ timeout-minutes: 60 env: @@ -491,7 +491,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: macos-latest timeout-minutes: 120 env: @@ -546,7 +546,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: windows-2019 timeout-minutes: 120 env: @@ -600,7 +600,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: ubuntu-latest timeout-minutes: 60 env: @@ -630,7 +630,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }} strategy: matrix: - version: ['3.x'] + version: ["3.24.5"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3