Skip to content

Commit

Permalink
PHP 8.4 beta 3 (#126)
Browse files Browse the repository at this point in the history
* PHP beta 3

* Update test.yml
  • Loading branch information
eiriksm authored Aug 18, 2024
1 parent d012d60 commit ed8e954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed8e954

Please sign in to comment.