update php versions

This commit is contained in:
Robin Appelman 2023-03-25 15:28:52 +01:00
commit d9b24b99b7
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1'] php-versions: ['8.0', '8.1', '8.2']
variant: ['cli', 'apache', 'fpm'] variant: ['cli', 'apache', 'fpm']
steps: 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. PHP docker images based on the official ones but with debug symbols included.
Currently only has debian based images Currently only has debian based images for 8.0, 8.1 and 8.2
## Where ## Where

View file

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