Skip to content

Commit aba06d2

Browse files
fixup! CI: increase lowest tested Dart (3.5.4) and Flutter (3.24.5) SDK
1 parent 33a0c77 commit aba06d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
# build with highest supported JDK on latest Flutter SDK,
118118
# lowest supported JDK on lowest supported Flutter SDK.
119119
- os: ubuntu-24.04
120-
flutter-version: 3.24.2
120+
flutter-version: 3.29.2
121121
jdk: 21
122122
- os: ubuntu-24.04
123-
flutter-version: 3.16.9
123+
flutter-version: 3.24.5 # Use latest bugfix release to get tooling fixes
124124
jdk: 17
125125
runs-on: ${{ matrix.os }}
126126
steps:

0 commit comments

Comments
 (0)