Skip to content

Commit

Permalink
flutter sdk, dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad7n committed Mar 25, 2024
1 parent b6166e8 commit 761e284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '17'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.13.6'
flutter-version: '3.19.3'
channel: 'stable'
- run: flutter doctor
- run: flutter pub get
Expand Down

0 comments on commit 761e284

Please sign in to comment.