Skip to content

Commit

Permalink
mark images of Swoole 5.1 + PHP 8.3 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Nov 25, 2024
1 parent 65475e5 commit 60ba505
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,<br />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,<br />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,<br />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,<br />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,<br />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,<br />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) |

Expand Down

0 comments on commit 60ba505

Please sign in to comment.