From 60ba505777034ebfd8e2baee0fef6c04eed17f7b Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Sun, 24 Nov 2024 22:49:02 -0800 Subject: [PATCH] mark images of Swoole 5.1 + PHP 8.3 as latest --- .github/workflows/build_versioned_alpine_images.yml | 2 +- .github/workflows/build_versioned_dev_images.yml | 2 +- .github/workflows/build_versioned_images.yml | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_versioned_alpine_images.yml b/.github/workflows/build_versioned_alpine_images.yml index 6dd2085e..68f796a9 100644 --- a/.github/workflows/build_versioned_alpine_images.yml +++ b/.github/workflows/build_versioned_alpine_images.yml @@ -49,7 +49,7 @@ jobs: major_version=${branch_name%.*} echo "major_version=${major_version}" >> $GITHUB_OUTPUT - if [ ${{ matrix.php }} == '8.2' ] ; then + if [ ${{ matrix.php }} == '8.3' ] ; then if [ ${major_version} == '5.1' ] ; then echo "image_type=latest" >> $GITHUB_OUTPUT else diff --git a/.github/workflows/build_versioned_dev_images.yml b/.github/workflows/build_versioned_dev_images.yml index 82f7594e..d38a8de6 100644 --- a/.github/workflows/build_versioned_dev_images.yml +++ b/.github/workflows/build_versioned_dev_images.yml @@ -49,7 +49,7 @@ jobs: major_version=${branch_name%.*} echo "major_version=${major_version}" >> $GITHUB_OUTPUT - if [ ${{ matrix.php }} == '8.2' ] ; then + if [ ${{ matrix.php }} == '8.3' ] ; then if [ ${major_version} == '5.1' ] ; then echo "image_type=latest" >> $GITHUB_OUTPUT else diff --git a/.github/workflows/build_versioned_images.yml b/.github/workflows/build_versioned_images.yml index 86a4a6ac..822e75b6 100644 --- a/.github/workflows/build_versioned_images.yml +++ b/.github/workflows/build_versioned_images.yml @@ -49,7 +49,7 @@ jobs: major_version=${branch_name%.*} echo "major_version=${major_version}" >> $GITHUB_OUTPUT - if [ ${{ matrix.php }} == '8.2' ] ; then + if [ ${{ matrix.php }} == '8.3' ] ; then if [ ${major_version} == '5.1' ] ; then echo "image_type=latest" >> $GITHUB_OUTPUT else diff --git a/README.md b/README.md index fa231b8d..8c97ec7e 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,8 @@ Note: We don't have development tools built in for Alpine images. There is no Do | PHP Versions | Default Images | Dev Images | Alpine Images | |-|-|-|-| -| PHP 8.3 | [5.1.5-php8.3, 5.1-php8.3](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/cli/Dockerfile) | [5.1.5-php8.3-dev, 5.1-php8.3-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/cli/Dockerfile) | [5.1.5-php8.3-alpine, 5.1-php8.3-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/alpine/Dockerfile) | -| PHP 8.2 | [5.1.5-php8.2, 5.1-php8.2,
5.1, latest](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/cli/Dockerfile) | [5.1.5-php8.2-dev, 5.1-php8.2-dev,
5.1-dev, latest-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/cli/Dockerfile) | [5.1.5-php8.2-alpine, 5.1-php8.2-alpine,
5.1-alpine, latest-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/alpine/Dockerfile) | +| PHP 8.3 | [5.1.5-php8.3, 5.1-php8.3,
5.1, latest](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/cli/Dockerfile) | [5.1.5-php8.3-dev, 5.1-php8.3-dev,
5.1-dev, latest-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/cli/Dockerfile) | [5.1.5-php8.3-alpine, 5.1-php8.3-alpine,
5.1-alpine, latest-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.3/alpine/Dockerfile) | +| PHP 8.2 | [5.1.5-php8.2, 5.1-php8.2](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/cli/Dockerfile) | [5.1.5-php8.2-dev, 5.1-php8.2-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/cli/Dockerfile) | [5.1.5-php8.2-alpine, 5.1-php8.2-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.2/alpine/Dockerfile) | | PHP 8.1 | [5.1.5-php8.1, 5.1-php8.1](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.1/cli/Dockerfile) | [5.1.5-php8.1-dev, 5.1-php8.1-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.1/cli/Dockerfile) | [5.1.5-php8.1-alpine, 5.1-php8.1-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.1/alpine/Dockerfile) | | PHP 8.0 | [5.1.5-php8.0, 5.1-php8.0](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.0/cli/Dockerfile) | [5.1.5-php8.0-dev, 5.1-php8.0-dev](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.0/cli/Dockerfile) | [5.1.5-php8.0-alpine, 5.1-php8.0-alpine](https://github.com/swoole/docker-swoole/blob/master/dockerfiles/5.1.5/php8.0/alpine/Dockerfile) |