Skip to content

Commit

Permalink
adjust flutter version in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Oct 11, 2024
1 parent a65fd63 commit fb31771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
pull_request:
branches: [ main ]

# keep test.strategy.matrix.flutter-version in sync
env:
flutter-version: 3.22.1
flutter-version: 3.24.3

jobs:
verified:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
flutter-version: [ '3.19.4', '3.10.5', '3.7.0' ]
flutter-version: [ '3.10.0', '3.24.3' ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit fb31771

Please sign in to comment.