We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8c8b7 commit 1fab61aCopy full SHA for 1fab61a
.github/workflows/test.yaml
@@ -30,6 +30,12 @@ jobs:
30
strategy:
31
matrix:
32
include:
33
+ - sqlite_version: "3440200"
34
+ sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz"
35
+ dart_sdk: 3.2.4
36
+ - sqlite_version: "3430200"
37
+ sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz"
38
39
- sqlite_version: "3420000"
40
sqlite_url: "https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
41
dart_sdk: 3.2.4
0 commit comments