Skip to content

Commit 78c650b

Browse files
Ilya Yanokyanok
authored andcommitted
Use SDK 3.0.0 for stable tests
1 parent adbe265 commit 78c650b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2525
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
2626
with:
27-
sdk: 3.1.3
27+
sdk: 3.0.0
2828
- id: install
2929
name: Install dependencies
3030
run: dart pub get
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
sdk: [3.1.3, dev]
40+
sdk: [3.0.0, dev]
4141
steps:
4242
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4343
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
os: [ubuntu-latest]
62-
sdk: [2.19.0, dev]
62+
sdk: [3.0.0, dev]
6363
steps:
6464
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
6565
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1

0 commit comments

Comments
 (0)