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