add version 8.4

This commit is contained in:
Pau Capó 2025-10-08 13:55:28 +02:00
parent 3f997f46aa
commit e1c769b591
2 changed files with 12 additions and 1 deletions

View file

@ -71,6 +71,17 @@ jobs:
--build-arg PHP_VERSION=8.2 \
.
- name: Build and push PHP 8.4
run: |
docker buildx build \
--no-cache \
--platform=linux/arm64/v8,linux/amd64 \
--push \
-f "./Dockerfile-php" \
-t "git.paucapo.com/server/php:8.4" \
--build-arg PHP_VERSION=8.4 \
.
- name: Cleanup
if: always()
run: |

View file

@ -1,6 +1,6 @@
#!/bin/bash
PHP_VERSIONS="7.4 8.0 8.1 8.2"
PHP_VERSIONS="7.4 8.0 8.1 8.2 8.4"
PLATFORMS="linux/arm64/v8,linux/amd64"
# testing