File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
15
15
matrix :
16
16
include :
17
17
# 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).
18
19
- name : Dart 3.1, Ubuntu
19
20
os : ubuntu-latest
20
21
sdk : 3.1.2
21
- - name : Dart 3.0 , macOS
22
+ - name : Dart 3.1 , macOS
22
23
os : macos-latest
23
24
sdk : 3.1.2
24
- - name : Dart 3.0 , Windows
25
+ - name : Dart 3.1 , Windows
25
26
os : windows-latest
26
27
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.
29
29
- name : Dart 3.0
30
30
os : ubuntu-latest
31
31
sdk : 3.0.7
76
76
matrix :
77
77
include :
78
78
# 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).
79
80
- name : Flutter 3.13, Ubuntu
80
81
os : ubuntu-latest
81
82
sdk : 3.13.6
85
86
- name : Flutter 3.13, Windows
86
87
os : windows-latest
87
88
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.
90
90
- name : Flutter 3.10
91
91
os : ubuntu-latest
92
92
sdk : 3.10.6
You can’t perform that action at this time.
0 commit comments