Skip to content

Commit c3236b9

Browse files
committed
Install the SQLite ODBC driver in CI
The ext/odbc and pdo_odbc regression tests connect through a real ODBC driver (Driver=SQLite3), which was never installed, so they skipped on every lane. libsqliteodbc registers the SQLite3 driver and supports Database=:memory:, so the tests run without a database server. Alpine has no such package, so those lanes keep skipping. Closes phpGH-22686
1 parent 4804d17 commit c3236b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/apt-x64/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ runs:
6363
snmp-mibs-downloader \
6464
freetds-dev \
6565
unixodbc-dev \
66+
libsqliteodbc \
6667
llvm \
6768
clang \
6869
dovecot-core \

0 commit comments

Comments
 (0)