Skip to content

Commit 2e133ff

Browse files
authored
fix: Incorrect Dart and Flutter SDKs compatibility range (#867)
1 parent 319d4c3 commit 2e133ff

File tree

208 files changed

+35
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+35
-30
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
# Dart SDK may contain breaking changes in minor version releases, i.e. it doesn't
20-
# follow semver, see
19+
# Dart framework may contain breaking changes in minor version releases, not following semver.
2120
- name: Dart 3.0, Ubuntu
2221
os: ubuntu-latest
2322
sdk: 3.0.0
@@ -27,32 +26,14 @@ jobs:
2726
- name: Dart 3.0, Windows
2827
os: windows-latest
2928
sdk: 3.0.0
30-
# Only the latest Dart SDK version (above) is tested with all architectures. Previous
31-
# Dart SDK versions (below) are only tested with Ubuntu to reduce CI resource usage.
29+
# Only the latest Dart framework version (above) is tested with all architectures. Previous
30+
# Dart framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
3231
- name: Dart 2.19
3332
os: ubuntu-latest
3433
sdk: 2.19.6
3534
- name: Dart 2.18
3635
os: ubuntu-latest
3736
sdk: 2.18.7
38-
- name: Dart 2.17
39-
os: ubuntu-latest
40-
sdk: 2.17.7
41-
- name: Dart 2.16
42-
os: ubuntu-latest
43-
sdk: 2.16.2
44-
- name: Dart 2.15
45-
os: ubuntu-latest
46-
sdk: 2.15.1
47-
- name: Dart 2.14
48-
os: ubuntu-latest
49-
sdk: 2.14.4
50-
- name: Dart 2.13
51-
os: ubuntu-latest
52-
sdk: 2.13.4
53-
- name: Dart 2.12
54-
os: ubuntu-latest
55-
sdk: 2.12.4
5637
fail-fast: false
5738
name: Test ${{ matrix.name }}
5839
steps:
@@ -93,8 +74,7 @@ jobs:
9374
strategy:
9475
matrix:
9576
include:
96-
# Dart SDK may contain breaking changes in minor version releases, i.e. it doesn't
97-
# follow semver, see
77+
# Flutter framework may contain breaking changes in minor version releases, not following semver.
9878
- name: Flutter 3.10, Ubuntu
9979
os: ubuntu-latest
10080
sdk: 3.10.x
@@ -104,8 +84,8 @@ jobs:
10484
- name: Flutter 3.10, Windows
10585
os: windows-latest
10686
sdk: 3.10.x
107-
# Only the latest Flutter SDK version (above) is tested with all architectures. Previous
108-
# Flutter SDK versions (below) are only tested with Ubuntu to reduce CI resource usage.
87+
# Only the latest Flutter framework version (above) is tested with all architectures. Previous
88+
# Flutter framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
10989
- name: Flutter 3.7
11090
os: ubuntu-latest
11191
sdk: 3.7.x
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)