mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add 8.3
This commit is contained in:
parent
2afba17459
commit
924485eb01
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: [ '8.0', '8.1', '8.2' ]
|
||||
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
|
||||
variant: [ '', '-dbg' ]
|
||||
|
||||
name: haze-${{ matrix.php-version }}${{ matrix.variant }}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
versions=("8.0" "8.1" "8.2")
|
||||
versions=("8.0" "8.1" "8.2" "8.3")
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
echo "building haze-php-$version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue