This commit is contained in:
Robin Appelman 2024-02-22 14:28:53 +01:00
commit b6668e0f52
3 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
variant: ['cli', 'apache', 'fpm']
steps:

View file

@ -6,7 +6,7 @@ Docker images for php with debug symbols included
PHP docker images based on the official ones but with debug symbols included.
Currently only has debian based images for 8.0, 8.1 and 8.2
Currently only has debian based images for 8.0, 8.1, 8.2 and 8.3
## Where

View file

@ -7,7 +7,7 @@ fi
patch -N -p1 -d php < debug.patch
patch -N -p1 -d php < version.patch
versions=("8.0" "8.1" "8.2")
versions=("8.0" "8.1" "8.2" "8.3")
cd php; ./apply-templates.sh