Skip to content

Commit 6beeb4f

Browse files
committed
Upgrade Flutter
1 parent df13a31 commit 6beeb4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
strategy:
1212
matrix:
13-
flutter_version: [3.16.x, 3.13.x]
13+
flutter_version: [3.29.x, 3.27.x]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
flutter_lints: ^3.0.0
20-
test: ^1.24.3
19+
flutter_lints: ^5.0.0
20+
test: ^1.24.9
2121

2222
flutter:
2323
uses-material-design: true

0 commit comments

Comments
 (0)