1
0
Fork 0

Add support for PHP 8.5
Some checks failed
Build PHP PDO SQLCipher packages / php8.1 on debian-13-trixie (push) Successful in 4m15s
Build PHP PDO SQLCipher packages / php7.4 on ubuntu-22.04 (push) Successful in 4m7s
Build PHP PDO SQLCipher packages / php8.1 on ubuntu-22.04 (push) Successful in 4m18s
Build PHP PDO SQLCipher packages / php7.4 on debian-12-bookworm (push) Successful in 4m48s
Build PHP PDO SQLCipher packages / php8.0 on debian-12-bookworm (push) Successful in 4m20s
Build PHP PDO SQLCipher packages / php8.1 on debian-12-bookworm (push) Successful in 4m14s
Build PHP PDO SQLCipher packages / php8.2 on debian-12-bookworm (push) Successful in 4m29s
Build PHP PDO SQLCipher packages / php8.3 on debian-12-bookworm (push) Successful in 3m58s
Build PHP PDO SQLCipher packages / php7.4 on debian-13-trixie (push) Successful in 4m59s
Build PHP PDO SQLCipher packages / php8.0 on debian-13-trixie (push) Successful in 4m48s
Build PHP PDO SQLCipher packages / php8.2 on debian-13-trixie (push) Successful in 4m22s
Build PHP PDO SQLCipher packages / php8.3 on debian-13-trixie (push) Successful in 4m20s
Build PHP PDO SQLCipher packages / php8.4 on debian-13-trixie (push) Successful in 4m18s
Build PHP PDO SQLCipher packages / php8.0 on ubuntu-22.04 (push) Successful in 4m12s
Build PHP PDO SQLCipher packages / php8.2 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.4 on debian-12-bookworm (push) Successful in 4m10s
Build PHP PDO SQLCipher packages / php8.3 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.4 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.0 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.1 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.2 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.4 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php7.4 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.3 on ubuntu-24.04 (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-12-20 14:59:37 +11:00
parent 7f9370df91
commit 676a0e3c3f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,7 @@ This repo contains build scripts and a `reprepro` APT repository for **drop-in r
## Supported PHP & OS versions
* **PHP:** 7.4, 8.0, 8.1, 8.2, 8.3, 8.4
* **PHP:** 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
* **OS:** Debian **12 (bookworm)**, Debian **13 (trixie)**, Ubuntu **22.04 (jammy)**, Ubuntu **24.04 (noble)**
> **Assumption:** Youre using PHP from [**Ondřej Surý**](https://deb.sury.org) (packages.sury.org / PPA) on both Debian and Ubuntu. If not, you may need to edit the scripts to fetch `apt-get source phpX.Y` differently.
@ -93,8 +93,6 @@ The test script is used by `autopkgtest` during the build, and can also be found
Another technique: run `hexdump -C` on the created database. It should show totally scrambled content.
Another technique would be to try and open it with regular SQLite (don't pass `PRAGMA key` as the first query). It should throw an error that it couldn't open the database.
---
## Notes on compatibility

View file

@ -3,7 +3,7 @@
set -euo pipefail
# Space-separated list of PHP major.minor versions to build
PHPS="${PHPS:-"7.4 8.0 8.1 8.2 8.3 8.4"}"
PHPS="${PHPS:-"7.4 8.0 8.1 8.2 8.3 8.4 8.5"}"
# Matrix of base images with their distro codenames (image|codename)
BASE_MATRIX=(