Skip to content

Commit 802bfb6

Browse files
committed
build zts imaegs
1 parent cd1e9e9 commit 802bfb6

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', 'rc']
16+
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
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', 'rc']
16+
php: ['8.1', '8.2', '8.3', '8.1-zts', '8.2-zts', '8.3-zts', 'rc']
1717

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

0 commit comments

Comments
 (0)