File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 3
3
# separate terms of service, privacy policy, and support
4
4
# documentation.
5
5
6
+ # See documentation here:
7
+ # https://github.com/dart-lang/setup-dart/blob/main/README.md
8
+
6
9
name : Dart
7
10
8
11
on :
14
17
jobs :
15
18
build :
16
19
runs-on : ubuntu-latest
17
-
20
+ strategy :
21
+ matrix :
22
+ sdk : [ stable, 2.17.0 ]
18
23
steps :
19
24
- uses : actions/checkout@v3
20
25
21
- # Note: This workflow uses the latest stable version of the Dart SDK.
22
- # You can specify other versions if desired, see documentation here:
23
- # https://github.com/dart-lang/setup-dart/blob/main/README.md
24
- # - uses: dart-lang/setup-dart@v1
25
- - uses : dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
26
+ - uses : dart-lang/setup-dart@v1
27
+ with :
28
+ sdk : ${{ matrix.sdk }}
26
29
27
30
- name : Install dependencies
28
31
run : dart pub get
You can’t perform that action at this time.
0 commit comments