[php-src] master: Merge branch 'PHP-8.5'
Ilia Alshanetsky <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilia Alshanetsky (iliaal)
Date: 2026-07-13T18:10:25-04:00
Commit: https://github.com/php/php-src/commit/2c7c630e2873cbe4abc70d538c47521611cbd83f
Raw diff: https://github.com/php/php-src/commit/2c7c630e2873cbe4abc70d538c47521611cbd83f.diff
Merge branch 'PHP-8.5'
* PHP-8.5:
Install the SQLite ODBC driver in CI
Changed paths:
M .github/actions/apt-x64/action.yml
Diff:
diff --git a/.github/actions/apt-x64/action.yml b/.github/actions/apt-x64/action.yml
index 7ae0a88ff755..3e654ef9fdc4 100644
--- a/.github/actions/apt-x64/action.yml
+++ b/.github/actions/apt-x64/action.yml
@@ -63,6 +63,7 @@ runs:
snmp-mibs-downloader \
freetds-dev \
unixodbc-dev \
+ libsqliteodbc \
llvm \
clang \
dovecot-core \