File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 68
68
# Can not use env variables here, only within 'steps'.
69
69
# For available versions see https://dart.dev/get-dart/archive
70
70
- 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
72
72
runs-on : ${{ matrix.os }}
73
73
steps :
74
74
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
@@ -111,16 +111,16 @@ jobs:
111
111
# Can not use env variables here, only within 'steps'.
112
112
# For available versions see https://docs.flutter.dev/release/archive
113
113
- 3.29.2
114
- - 3.7.12 # Use latest bugfix release to get tooling fixes
114
+ - 3.24.5 # Use latest bugfix release to get tooling fixes
115
115
include :
116
116
# Building for Android (currently only on Linux, see integration-test.sh):
117
117
# build with highest supported JDK on latest Flutter SDK,
118
118
# lowest supported JDK on lowest supported Flutter SDK.
119
119
- os : ubuntu-24.04
120
- flutter-version : 3.24 .2
120
+ flutter-version : 3.29 .2
121
121
jdk : 21
122
122
- os : ubuntu-24.04
123
- flutter-version : 3.16.9
123
+ flutter-version : 3.24.5 # Use latest bugfix release to get tooling fixes
124
124
jdk : 17
125
125
runs-on : ${{ matrix.os }}
126
126
steps :
Original file line number Diff line number Diff line change 6
6
variables :
7
7
# Test latest available and lowest supported SDK (see dev-doc/updating-dart-flutter-and-dependencies.md).
8
8
# # 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
10
11
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
12
13
DART_VERSION : $DART_VERSION_LATEST # Also used for caching, see .cache template
13
14
14
15
.common :
You can’t perform that action at this time.
0 commit comments