|
21 | 21 | # Run generator integration tests and init script with latest SDK. |
22 | 22 | # Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs. |
23 | 23 | # 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 |
26 | 26 |
|
27 | 27 | jobs: |
28 | 28 |
|
|
68 | 68 | # Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs. |
69 | 69 | # Can not use env variables here, only within 'steps'. |
70 | 70 | # For available versions see https://dart.dev/get-dart/archive |
71 | | - - 3.10.4 |
| 71 | + - 3.11.4 |
72 | 72 | - 3.7.2 # Use latest bugfix release to get tooling fixes |
73 | 73 | runs-on: ${{ matrix.os }} |
74 | 74 | steps: |
@@ -113,14 +113,14 @@ jobs: |
113 | 113 | # Can not use env variables here, only within 'steps'. |
114 | 114 | # For available versions see https://docs.flutter.dev/release/archive |
115 | 115 | # NOTE Also update versions for Ubuntu below! |
116 | | - - 3.38.5 |
| 116 | + - 3.41.6 |
117 | 117 | - 3.29.3 # Use latest bugfix release to get tooling fixes |
118 | 118 | include: |
119 | 119 | # Test building for Android with highest supported JDK on latest Flutter SDK, |
120 | 120 | # lowest supported JDK on lowest supported Flutter SDK. (Android is only built if a Linux |
121 | 121 | # OS is detected, see integration-test.sh) |
122 | 122 | - os: ubuntu-24.04 |
123 | | - flutter-version: 3.38.5 |
| 123 | + flutter-version: 3.41.6 |
124 | 124 | jdk: 21 |
125 | 125 | - os: ubuntu-24.04 |
126 | 126 | flutter-version: 3.29.3 # Use latest bugfix release to get tooling fixes |
|
0 commit comments