Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Oct 19, 2024
1 parent 7b50acb commit 099ba10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', '8.4', '8.4-zts']

name: The Alpine image for PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', '8.4', '8.4-zts']

name: The image for PHP ${{ matrix.php }}

Expand Down

0 comments on commit 099ba10

Please sign in to comment.