Skip to content

Commit 10348c4

Browse files
committed
Test on Dart 3.0.6.
1 parent 7094c3f commit 10348c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,20 @@ jobs:
3030
strategy:
3131
matrix:
3232
include:
33+
- sqlite_version: "3420000"
34+
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
35+
dart_sdk: 3.0.6
3336
- sqlite_version: "3410100"
3437
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz"
38+
dart_sdk: 2.19.1
3539
- sqlite_version: "3380000"
3640
sqlite_url: "https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz"
41+
dart_sdk: 2.19.1
3742
steps:
3843
- uses: actions/checkout@v3
3944
- uses: dart-lang/setup-dart@v1
45+
with:
46+
sdk: ${{ matrix.dart_sdk }}
4047

4148
- name: Install dependencies
4249
run: dart pub get

0 commit comments

Comments
 (0)