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 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- sdk : [3.0.0 , dev]
19+ sdk : [stable , dev]
2020 steps :
2121 - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2222 - uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
6060 strategy :
6161 matrix :
6262 os : [ubuntu-latest, macos-latest, windows-latest]
63- sdk : [3.0.0 , dev]
63+ sdk : [stable , dev]
6464 platform : [vm, chrome]
6565 exclude :
6666 # We only run Chrome tests on Linux. No need to run them
Original file line number Diff line number Diff line change 33 pull_request :
44 branches : [ master ]
55 push :
6- tags : [ '[0-9]+.[0-9]+.[0-9]+' ]
6+ tags : [ 'v [0-9]+.[0-9]+.[0-9]+' ]
77jobs :
88 publish :
99 uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
You can’t perform that action at this time.
0 commit comments