Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fixed max flutter version with 3.24.5 when do integration test #2157

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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