Skip to content

Commit

Permalink
Update reactive_forms.yaml
Browse files Browse the repository at this point in the history
Add Flutter 3.16.0 to cli
  • Loading branch information
joanpablo committed Mar 29, 2024
1 parent 8402751 commit 0568710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reactive_forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.16.0"
channel: "stable"
- run: flutter pub get
- run: flutter test --no-pub --coverage
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.16.0"
channel: "stable"
- run: flutter pub get
- name: Analyze lib
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.16.0"
channel: "stable"
- run: flutter pub get
- name: Format lib
Expand Down

0 comments on commit 0568710

Please sign in to comment.