Skip to content

Commit f1ce3b7

Browse files
authored
fix incorrect CI test tags
1 parent 8243b1e commit f1ce3b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
matrix:
1616
include:
1717
# Dart framework may contain breaking changes in minor version releases, not following semver.
18+
# The latest Dart framework (below) is tested on all architectures (Ubuntu, macOS, Windows).
1819
- name: Dart 3.1, Ubuntu
1920
os: ubuntu-latest
2021
sdk: 3.1.2
21-
- name: Dart 3.0, macOS
22+
- name: Dart 3.1, macOS
2223
os: macos-latest
2324
sdk: 3.1.2
24-
- name: Dart 3.0, Windows
25+
- name: Dart 3.1, Windows
2526
os: windows-latest
2627
sdk: 3.1.2
27-
# Only the latest Dart framework version (above) is tested with all architectures. Previous
28-
# Dart framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
28+
# Older Dart framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
2929
- name: Dart 3.0
3030
os: ubuntu-latest
3131
sdk: 3.0.7
@@ -76,6 +76,7 @@ jobs:
7676
matrix:
7777
include:
7878
# Flutter framework may contain breaking changes in minor version releases, not following semver.
79+
# The latest Flutter framework (below) is tested on all architectures (Ubuntu, macOS, Windows).
7980
- name: Flutter 3.13, Ubuntu
8081
os: ubuntu-latest
8182
sdk: 3.13.6
@@ -85,8 +86,7 @@ jobs:
8586
- name: Flutter 3.13, Windows
8687
os: windows-latest
8788
sdk: 3.13.6
88-
# Only the latest Flutter framework version (above) is tested with all architectures. Previous
89-
# Flutter framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
89+
# Older Flutter framework versions (below) are only tested with Ubuntu to reduce CI resource usage.
9090
- name: Flutter 3.10
9191
os: ubuntu-latest
9292
sdk: 3.10.6

0 commit comments

Comments
 (0)