Skip to content

Commit 9938d1d

Browse files
CI: drop Dart 2.12 from tests, use new minimum 2.14.0 and Flutter 2.5.0.
1 parent 9fc67e4 commit 9938d1d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- 2.17.0
4848
- 2.16.2
4949
- 2.15.1
50-
- 2.14.4
51-
- 2.12.0 # currently the lowest fully supported version (i.e. generator + lib)
50+
- 2.14.0 # currently the lowest fully supported version (i.e. generator + lib)
5251
runs-on: ${{ matrix.os }}
5352
steps:
5453
- uses: dart-lang/setup-dart@v1
@@ -95,13 +94,11 @@ jobs:
9594
- ubuntu-20.04
9695
flutter-version:
9796
- 3.0.0
98-
- 2.2.0
99-
# 2.0.0 technically lowest supported, but need 2.2.0 to correctly resolve null safety dependencies.
100-
# https://github.com/flutter/flutter/issues/77282
97+
- 2.5.0 # currently the lowest fully supported version (i.e. generator + lib)
10198
include:
10299
- flutter-version: 3.0.0 # Flutter 2.9 and newer need Visual Studio 2022 to build desktop.
103100
os: windows-2022
104-
- flutter-version: 2.2.0 # Flutter 2.8.1 and older need Visual Studio 2019 to build desktop.
101+
- flutter-version: 2.5.0 # Flutter 2.8.1 and older need Visual Studio 2019 to build desktop.
105102
os: windows-2019
106103
runs-on: ${{ matrix.os }}
107104
steps:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ test-lib:linux:x64:
6868
# Note: use specific tags as docker images may not always be pulled due to "if-not-present" pull policy.
6969
# Thus, do not use tags like latest/beta, but check https://hub.docker.com/_/dart?tab=tags for latest.
7070
# Always include lowest supported version (see sdk key in objectbox and generator pubspec.yaml).
71-
- DART_VERSION: [ '2.12', '2.14.4', '2.15.1', '2.16.1', '2.16.2', '2.17.0' ]
71+
- DART_VERSION: [ '2.14', '2.15.1', '2.16.1', '2.16.2', '2.17.0' ]

0 commit comments

Comments
 (0)