Skip to content

Commit

Permalink
[ci] Bump latest Flutter SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Nov 28, 2023
1 parent 955c704 commit 3bf68dd
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
channel: 'stable'
cache: true
- run: bash ci/dart_pub_publish_check.sh

Expand All @@ -73,7 +73,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ["2.10.5", "3.13.4"]
version: ["2.10.5", "3.x"]
runs-on: macos-12
timeout-minutes: 120
env:
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: "11"
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.version }}
- run: flutter config --enable-macos-desktop
Expand All @@ -103,7 +103,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: macos-12
timeout-minutes: 120
env:
Expand All @@ -124,7 +124,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: macos-12
timeout-minutes: 120
env:
Expand All @@ -143,7 +143,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: windows-2019
timeout-minutes: 120
env:
Expand All @@ -165,7 +165,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['3.13.7']
version: ['3.x']
runs-on: ubuntu-latest
timeout-minutes: 60
env:
Expand All @@ -188,14 +188,14 @@ jobs:
needs: flutter_codestyle_check
strategy:
matrix:
version: ["2.10.5", "3.0.0"]
version: ["2.10.5", "3.x"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with:
java-version: "11"
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.version }}
- run: flutter pub get
Expand All @@ -208,7 +208,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
Expand All @@ -229,7 +229,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: macos-12
timeout-minutes: 120
steps:
Expand All @@ -249,7 +249,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['3.13.6']
version: ['3.x']
runs-on: macos-13
timeout-minutes: 120
steps:
Expand All @@ -274,7 +274,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['2.10.5', '3.0.0']
version: ["2.10.5", "3.x"]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.0'
flutter-version: '3.x'
cache: true
- name: Checkout hoe
uses: actions/checkout@v3
Expand Down Expand Up @@ -347,14 +347,14 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ["3.0.0"] # Need keep version 3.0.0 at this time, or the test will timeout on github runner
version: ["3.x"]
runs-on: macos-13 # Rendering test on ios simulator need macos 13+
timeout-minutes: 60
env:
TEST_APP_ID: ${{ secrets.MY_APP_ID }}
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.version }}
- name: Checkout hoe
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['3.0.0']
version: ['3.x']
runs-on: macos-12
timeout-minutes: 120
env:
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['3.0.0']
version: ['3.x']
runs-on: windows-2019
timeout-minutes: 120
env:
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
version: ['3.13.7']
version: ['3.x']
runs-on: ubuntu-latest
timeout-minutes: 60
env:
Expand Down

0 comments on commit 3bf68dd

Please sign in to comment.