1
0
Fork 0

SQLCipher 4.19.0
Some checks failed
Build PHP PDO SQLCipher packages / php7.4 on debian-12-bookworm (push) Successful in 5m26s
Build PHP PDO SQLCipher packages / php8.0 on debian-12-bookworm (push) Successful in 4m37s
Build PHP PDO SQLCipher packages / php8.1 on debian-12-bookworm (push) Successful in 4m37s
Build PHP PDO SQLCipher packages / php8.2 on debian-12-bookworm (push) Successful in 4m25s
Build PHP PDO SQLCipher packages / php8.3 on debian-12-bookworm (push) Successful in 4m36s
Build PHP PDO SQLCipher packages / php8.4 on debian-12-bookworm (push) Successful in 4m36s
Build PHP PDO SQLCipher packages / php8.5 on debian-12-bookworm (push) Successful in 4m47s
Build PHP PDO SQLCipher packages / php7.4 on debian-13-trixie (push) Successful in 4m45s
Build PHP PDO SQLCipher packages / php8.0 on debian-13-trixie (push) Successful in 4m38s
Build PHP PDO SQLCipher packages / php8.1 on debian-13-trixie (push) Successful in 4m35s
Build PHP PDO SQLCipher packages / php8.2 on debian-13-trixie (push) Successful in 4m35s
Build PHP PDO SQLCipher packages / php8.3 on debian-13-trixie (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.5 on debian-13-trixie (push) Has been cancelled
Build PHP PDO SQLCipher packages / php7.4 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.0 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.1 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.3 on ubuntu-22.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.5 on ubuntu-22.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.1 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.3 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 / php8.4 on debian-13-trixie (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.2 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.2 on ubuntu-24.04 (push) Has been cancelled
Build PHP PDO SQLCipher packages / php8.5 on ubuntu-24.04 (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2026-09-09 14:34:48 +10:00
parent 602c793995
commit 2613235071
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ FROM ${BASE_IMAGE} AS build
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=UTC
ARG PHP_VER=8.2
ARG SQLCIPHER_VERSION=4.18.0
ARG SQLCIPHER_VERSION=4.19.0
ARG BUILD_ID=
ENV TZ=${TZ} PHP_VER=${PHP_VER} SQLCIPHER_VERSION=${SQLCIPHER_VERSION} BUILD_ID=${BUILD_ID}

View file

@ -2,7 +2,7 @@
set -euo pipefail
SQLCIPHER_VERSION="${SQLCIPHER_VERSION:-4.18.0}"
SQLCIPHER_VERSION="${SQLCIPHER_VERSION:-4.19.0}"
# Space-separated list of PHP major.minor versions to build
PHPS="${PHPS:-"7.4 8.0 8.1 8.2 8.3 8.4 8.5"}"