From d846bf404025c14944e9a727d5a4e97507a913a1 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 8d76c886a..24dcb6513 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", "3.x"] + version: ["3.7.0", "3.24.5"] runs-on: ubuntu-latest timeout-minutes: 60 env: @@ -208,7 +208,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.0", "3.x"] + version: ["3.7.0", "3.24.5"] runs-on: windows-2019 timeout-minutes: 60 env: @@ -240,7 +240,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: @@ -263,7 +263,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.12", "3.x"] # 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 @@ -286,7 +286,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.12", "3.x"] # 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 @@ -330,7 +330,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: 60 steps: @@ -356,7 +356,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["3.7.0", "3.x"] + version: ["3.7.0", "3.24.5"] runs-on: ubuntu-latest timeout-minutes: 60 steps: @@ -386,7 +386,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 @@ -440,7 +440,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: @@ -488,7 +488,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: 60 env: @@ -543,7 +543,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: 60 env: @@ -597,7 +597,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: @@ -627,7 +627,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