Skip to content

Commit

Permalink
Update CI to use Flutter 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Nov 16, 2023
1 parent b2d9ab5 commit 044090b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
flutter-version: '3.16.0'
channel: 'stable'

- uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
flutter-version: '3.16.0'
channel: 'stable'

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
flutter-version: '3.16.0'
channel: 'stable'

- name: install dependencies
Expand Down

0 comments on commit 044090b

Please sign in to comment.