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