Skip to content

Commit f9d8f36

Browse files
committed
build Swoole 6.0 images with PHP 8.4
1 parent 5a5c3f8 commit f9d8f36

4 files changed

+4
-3
lines changed

.github/workflows/build_versioned_alpine_images.yml

+1-1
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"]
16+
php: ["8.1", "8.2", "8.3", "8.4"]
1717

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

.github/workflows/build_versioned_dev_images.yml

+1-1
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"]
16+
php: ["8.1", "8.2", "8.3", "8.4"]
1717

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

.github/workflows/build_versioned_images.yml

+1-1
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"]
16+
php: ["8.1", "8.2", "8.3", "8.4"]
1717

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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Note: We don't have development tools built in for Alpine images. There is no Do
208208

209209
| PHP Versions | Default Images | Dev Images | Alpine Images |
210210
|-|-|-|-|
211+
| PHP 8.4 | [6.0.0-beta-php8.4, 6.0-php8.4](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.4/cli/Dockerfile) | [6.0.0-beta-php8.4-dev, 6.0-php8.4-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.4/cli/Dockerfile) | [6.0.0-beta-php8.4-alpine, 6.0-php8.4-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.4/alpine/Dockerfile) |
211212
| PHP 8.3 | [6.0.0-beta-php8.3, 6.0-php8.3](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.3/cli/Dockerfile) | [6.0.0-beta-php8.3-dev, 6.0-php8.3-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.3/cli/Dockerfile) | [6.0.0-beta-php8.3-alpine, 6.0-php8.3-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.3/alpine/Dockerfile) |
212213
| PHP 8.2 | [6.0.0-beta-php8.2, 6.0-php8.2,<br />6.0](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.2/cli/Dockerfile) | [6.0.0-beta-php8.2-dev, 6.0-php8.2-dev,<br />6.0-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.2/cli/Dockerfile) | [6.0.0-beta-php8.2-alpine, 6.0-php8.2-alpine,<br />6.0-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.2/alpine/Dockerfile) |
213214
| PHP 8.1 | [6.0.0-beta-php8.1, 6.0-php8.1](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.1/cli/Dockerfile) | [6.0.0-beta-php8.1-dev, 6.0-php8.1-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.1/cli/Dockerfile) | [6.0.0-beta-php8.1-alpine, 6.0-php8.1-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/6.0.0-beta/php8.1/alpine/Dockerfile) |

0 commit comments

Comments
 (0)