Skip to content

Commit

Permalink
3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 11, 2024
1 parent af37e62 commit 86f8962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
sqlite-version: [
"3", # latest version
"3.46",
"3.45",
"3.27",
"3.26",
Expand All @@ -25,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up SQLite ${{ matrix.sqlite-version }}
uses: asg017/sqlite-versions@main
uses: asg017/sqlite-versions@054febacf545b76144b7adb11677cdaa1b87388d
with:
version: ${{ matrix.sqlite-version }}
cflags: "-DSQLITE_ENABLE_DESERIALIZE -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_JSON1"
Expand Down

0 comments on commit 86f8962

Please sign in to comment.