Skip to content

Commit

Permalink
ci: fix flutter minor version in test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Dec 19, 2024
1 parent 2a23b76 commit b639ba7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.27.x
cache: true

- name: flutter setup
Expand Down Expand Up @@ -59,12 +60,13 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: ["3.19.6", ""]
sdk: ["3.19.6", "3.27.x"]
steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ matrix.sdk }}
cache: true

Expand All @@ -87,12 +89,13 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: ["3.19.6", ""]
sdk: ["3.19.6", "3.27.x"]
steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ matrix.sdk }}
cache: true

Expand Down

0 comments on commit b639ba7

Please sign in to comment.