Skip to content

Commit adbe265

Browse files
Ilya Yanokyanok
authored andcommitted
Use 3.1.3 as stable SDK
1 parent 49859e4 commit adbe265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 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: 2.19.0
27+
sdk: 3.1.3
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: [2.19.0, dev]
40+
sdk: [3.1.3, dev]
4141
steps:
4242
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4343
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1

0 commit comments

Comments
 (0)