File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- sdk : [3.0.0 , dev]
19
+ sdk : [stable , dev]
20
20
steps :
21
21
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
22
22
- uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
60
60
strategy :
61
61
matrix :
62
62
os : [ubuntu-latest, macos-latest, windows-latest]
63
- sdk : [3.0.0 , dev]
63
+ sdk : [stable , dev]
64
64
platform : [vm, chrome]
65
65
exclude :
66
66
# We only run Chrome tests on Linux. No need to run them
Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches : [ master ]
5
5
push :
6
- tags : [ '[0-9]+.[0-9]+.[0-9]+' ]
6
+ tags : [ 'v [0-9]+.[0-9]+.[0-9]+' ]
7
7
jobs :
8
8
publish :
9
9
uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
You can’t perform that action at this time.
0 commit comments