Skip to content

Commit ee82bd8

Browse files
CI: increase lowest tested Dart (3.5.4) and Flutter (3.24.5) SDK
1 parent 46407ce commit ee82bd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 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-
- 3.4.4 # 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
@@ -111,7 +111,7 @@ jobs:
111111
# Can not use env variables here, only within 'steps'.
112112
# For available versions see https://docs.flutter.dev/release/archive
113113
- 3.29.2
114-
- 3.22.3 # Use latest bugfix release to get tooling fixes
114+
- 3.24.5 # Use latest bugfix release to get tooling fixes
115115
runs-on: ${{ matrix.os }}
116116
steps:
117117
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
# SDKs.
1010
# For available versions see https://hub.docker.com/_/dart/tags and https://dart.dev/get-dart/archive
1111
DART_VERSION_LATEST: '3.7.2'
12-
DART_VERSION_LOWEST: '3.4.4' # Use latest bugfix release to get tooling fixes
12+
DART_VERSION_LOWEST: '3.5.4' # Use latest bugfix release to get tooling fixes
1313
DART_VERSION: $DART_VERSION_LATEST # Also used for caching, see .cache template
1414

1515
.common:

0 commit comments

Comments
 (0)