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
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:
parent
602c793995
commit
2613235071
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ FROM ${BASE_IMAGE} AS build
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG TZ=UTC
|
ARG TZ=UTC
|
||||||
ARG PHP_VER=8.2
|
ARG PHP_VER=8.2
|
||||||
ARG SQLCIPHER_VERSION=4.18.0
|
ARG SQLCIPHER_VERSION=4.19.0
|
||||||
ARG BUILD_ID=
|
ARG BUILD_ID=
|
||||||
|
|
||||||
ENV TZ=${TZ} PHP_VER=${PHP_VER} SQLCIPHER_VERSION=${SQLCIPHER_VERSION} BUILD_ID=${BUILD_ID}
|
ENV TZ=${TZ} PHP_VER=${PHP_VER} SQLCIPHER_VERSION=${SQLCIPHER_VERSION} BUILD_ID=${BUILD_ID}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -euo pipefail
|
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
|
# 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"}"
|
PHPS="${PHPS:-"7.4 8.0 8.1 8.2 8.3 8.4 8.5"}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue