Skip to content

Commit a6aa263

Browse files
CI: test Dart 3.11 and Flutter 3.41
1 parent 1b17ff2 commit a6aa263

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ permissions:
1616
env:
1717
# Do code analysis with latest SDK.
1818
# Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs.
19-
FLUTTER_VERSION: 3.38.5 # Available versions: https://docs.flutter.dev/release/archive
20-
DART_VERSION: 3.10.4 # Available versions: https://dart.dev/get-dart/archive
19+
FLUTTER_VERSION: 3.41.6 # Available versions: https://docs.flutter.dev/release/archive
20+
DART_VERSION: 3.11.4 # Available versions: https://dart.dev/get-dart/archive
2121

2222
jobs:
2323
format-and-analyze:

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ env:
2121
# Run generator integration tests and init script with latest SDK.
2222
# Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs.
2323
# NOTE: also update matrix configurations below!
24-
FLUTTER_VERSION: 3.38.5 # Available versions: https://docs.flutter.dev/release/archive
25-
DART_VERSION: 3.10.4 # Available versions: https://dart.dev/get-dart/archive
24+
FLUTTER_VERSION: 3.41.6 # Available versions: https://docs.flutter.dev/release/archive
25+
DART_VERSION: 3.11.4 # Available versions: https://dart.dev/get-dart/archive
2626

2727
jobs:
2828

@@ -68,7 +68,7 @@ jobs:
6868
# Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs.
6969
# Can not use env variables here, only within 'steps'.
7070
# For available versions see https://dart.dev/get-dart/archive
71-
- 3.10.4
71+
- 3.11.4
7272
- 3.7.2 # Use latest bugfix release to get tooling fixes
7373
runs-on: ${{ matrix.os }}
7474
steps:
@@ -113,14 +113,14 @@ jobs:
113113
# Can not use env variables here, only within 'steps'.
114114
# For available versions see https://docs.flutter.dev/release/archive
115115
# NOTE Also update versions for Ubuntu below!
116-
- 3.38.5
116+
- 3.41.6
117117
- 3.29.3 # Use latest bugfix release to get tooling fixes
118118
include:
119119
# Test building for Android with highest supported JDK on latest Flutter SDK,
120120
# lowest supported JDK on lowest supported Flutter SDK. (Android is only built if a Linux
121121
# OS is detected, see integration-test.sh)
122122
- os: ubuntu-24.04
123-
flutter-version: 3.38.5
123+
flutter-version: 3.41.6
124124
jdk: 21
125125
- os: ubuntu-24.04
126126
flutter-version: 3.29.3 # Use latest bugfix release to get tooling fixes

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
# # Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new
99
# SDKs.
1010
# For available versions see https://hub.docker.com/_/dart/tags and https://dart.dev/get-dart/archive
11-
DART_VERSION_LATEST: '3.10.4'
11+
DART_VERSION_LATEST: '3.11.2'
1212
DART_VERSION_LOWEST: '3.7.3' # Use latest bugfix release to get tooling fixes
1313
DART_VERSION: $DART_VERSION_LATEST # Also used for caching, see .cache template
1414

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GitLab CI (`.gitlab-ci.yml`) runs:
7676
4. **test-coverage** – Coverage report generation
7777

7878
Tested Dart versions:
79-
- Latest: 3.10.4
79+
- Latest: 3.11.4
8080
- Lowest supported: 3.7.3
8181

8282
## Key Technical Details

0 commit comments

Comments
 (0)