Skip to content

Commit eaea1da

Browse files
CI: increase lowest tested Dart (3.5.4) and Flutter (3.24.5) SDK
1 parent b1bcfc6 commit eaea1da

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Can not use env variables here, only within 'steps'.
6969
# For available versions see https://dart.dev/get-dart/archive
7070
- 3.7.2
71-
- 2.18.6 # Use latest bugfix release to get tooling fixes
71+
- 3.5.4 # Use latest bugfix release to get tooling fixes
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
@@ -112,7 +112,7 @@ jobs:
112112
# For available versions see https://docs.flutter.dev/release/archive
113113
# NOTE Also update versions for Ubuntu below!
114114
- 3.29.2
115-
- 3.7.12 # Use latest bugfix release to get tooling fixes
115+
- 3.24.5 # Use latest bugfix release to get tooling fixes
116116
include:
117117
# Test building for Android with highest supported JDK on latest Flutter SDK,
118118
# lowest supported JDK on lowest supported Flutter SDK. (Android is only built if a Linux
@@ -121,7 +121,7 @@ jobs:
121121
flutter-version: 3.29.2
122122
jdk: 21
123123
- os: ubuntu-24.04
124-
flutter-version: 3.16.9
124+
flutter-version: 3.24.5 # Use latest bugfix release to get tooling fixes
125125
jdk: 17
126126
runs-on: ${{ matrix.os }}
127127
steps:

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ stages:
66
variables:
77
# Test latest available and lowest supported SDK (see dev-doc/updating-dart-flutter-and-dependencies.md).
88
# # Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new
9-
# SDKs. For available versions see https://hub.docker.com/_/dart?tab=tags
9+
# SDKs.
10+
# For available versions see https://hub.docker.com/_/dart/tags and https://dart.dev/get-dart/archive
1011
DART_VERSION_LATEST: '3.7.2'
11-
DART_VERSION_LOWEST: '2.18.6' # Use latest bugfix release to get tooling fixes
12+
DART_VERSION_LOWEST: '3.5.4' # Use latest bugfix release to get tooling fixes
1213
DART_VERSION: $DART_VERSION_LATEST # Also used for caching, see .cache template
1314

1415
.common:

0 commit comments

Comments
 (0)