Skip to content

Commit 07bf43a

Browse files
committed
Make Turso preload sanity check non-fatal
Turso v0.5.3 does not implement sqlite3_set_authorizer, which pdo_sqlite calls during PDO construction, so opening a SQLite PDO connection panics the Turso library. Mark the diagnostic step as continue-on-error so the rest of the job still runs and produces a PHPUnit report.
1 parent b375d21 commit 07bf43a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
tools: phpunit-polyfills
6666

6767
- name: Report SQLite version via Turso preload
68+
continue-on-error: true
6869
env:
6970
LD_PRELOAD: ${{ steps.turso-lib.outputs.path }}
7071
run: |

0 commit comments

Comments
 (0)