Skip to content

Commit 78e6633

Browse files
committed
Remove stable from test matrix, replace with 2.19.6
1 parent 3218083 commit 78e6633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
sdk: [ 2.12.0, stable ]
18+
sdk: [ 2.12.0, 2.19.6 ]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: dart-lang/[email protected]
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
sdk: [ 2.12.0, stable ]
49+
sdk: [ 2.12.0, 2.19.6 ]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: dart-lang/[email protected]

0 commit comments

Comments
 (0)