File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 include :
3333 - sqlite_version : " 3420000"
3434 sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
35- dart_sdk : 3.0.6
35+ dart_sdk : 3.2.4
3636 - sqlite_version : " 3410100"
3737 sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz"
38- dart_sdk : 2.19.1
38+ dart_sdk : 3.2.4
3939 - sqlite_version : " 3380000"
4040 sqlite_url : " https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz"
41- dart_sdk : 2.19.1
41+ dart_sdk : 3.2.0
4242 steps :
4343 - uses : actions/checkout@v3
4444 - uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: High-performance asynchronous interface for SQLite on Dart and Flut
33version : 0.5.2
44repository : https://github.com/journeyapps/sqlite_async.dart
55environment :
6- sdk : ' >=2.19.1 <4.0.0'
6+ sdk : ' >=3.2.0 <4.0.0'
77
88dependencies :
99 sqlite3 : ' ^2.3.0'
You can’t perform that action at this time.
0 commit comments