Skip to content

Commit 79b8daf

Browse files
committed
Use 8.2 as default
1 parent 24dfcb3 commit 79b8daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orbit-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php_version: "8.1"
1+
php_version: "8.2"

tests-suite/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export PLATFORM="${PLATFORM:-$(uname -p)}"
33
export BUILDTOOL="build --platform=${PLATFORM}"
44
export RUN_OPTIONS="--platform=${PLATFORM}"
5-
export PHP_VERSION=${PHP_VERSION:-8.1}
5+
export PHP_VERSION=${PHP_VERSION:-8.2}
66
export BRANCH=${BRANCH:-v4}
77
export VARIANT=${VARIANT:-apache}
88
export BRANCH_VARIANT="${VARIANT//./-}"

0 commit comments

Comments
 (0)