Skip to content

Commit ceb879d

Browse files
authored
Update Github CI workflows (#639)
1 parent 3894d5a commit ceb879d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
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]+' ]
77
jobs:
88
publish:
99
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 commit comments

Comments
 (0)