Skip to content

Commit 099ba10

Browse files
committed
Update github action
1 parent 7b50acb commit 099ba10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_versioned_alpine_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
16+
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', '8.4', '8.4-zts']
1717

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

.github/workflows/build_versioned_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
16+
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', '8.4', '8.4-zts']
1717

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

0 commit comments

Comments
 (0)