From ed8e9542bbf1ab577a8f5144be8448cb07440bdc Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Sun, 18 Aug 2024 21:42:57 +0200 Subject: [PATCH] PHP 8.4 beta 3 (#126) * PHP beta 3 * Update test.yml --- .github/workflows/buildx.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index 899de68..4236522 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -55,7 +55,7 @@ jobs: run: | USE_VERSION=$PHP_VERSION if [ "$PHP_VERSION" == "8.4" ]; then - USE_VERSION="8.4.0alpha4" + USE_VERSION="8.4.0beta3" fi echo "name=$USE_VERSION" >> "$GITHUB_OUTPUT" - name: Build and push Docker image diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf2c3fc..e600e86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: if: matrix.php-version == '8.4' run: docker build -t php-base --build-arg PHP_VERSION=$PHP_VERSION . env: - PHP_VERSION: '8.4.0alpha4' + PHP_VERSION: '8.4.0beta3' - name: Output modules run: docker run php-base php -m