mirror of
https://codeberg.org/icewind/php-dbg.git
synced 2026-06-03 17:24:09 +02:00
update php versions
This commit is contained in:
parent
6a056bc9dd
commit
d9b24b99b7
3 changed files with 3 additions and 3 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['7.3', '7.4', '8.0', '8.1']
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
variant: ['cli', 'apache', 'fpm']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Currently only has debian based images for 8.0, 8.1 and 8.2
|
||||
|
||||
## Where
|
||||
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -7,7 +7,7 @@ fi
|
|||
patch -N -p1 -d php < debug.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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue