Skip to content

Commit

Permalink
add Flutter 3.16 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Dec 1, 2023
1 parent efc9b9c commit 4c41433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.1
sdk: 3.2

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.x
flutter-version: 3.16.x

- name: Publish and release
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter: ['3.10.x', '3.13.x']
flutter: ['3.10.x', '3.13.x', '3.16.x']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 4c41433

Please sign in to comment.