From ef9b23270d31ca1278a71888465b1e0074ef2b58 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Fri, 8 Dec 2023 10:27:57 +0300 Subject: [PATCH] Add PHP 8.3 --- .env | 8 +++++--- .github/workflows/workflow.yml | 6 +++--- Makefile | 2 +- README.md | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 6b1c9208e..ab4f0ba4c 100644 --- a/.env +++ b/.env @@ -47,13 +47,15 @@ WORDPRESS_TAG=6-4.74.0 # Linux (uid 1000 gid 1000) -PHP_TAG=8.2-dev-4.49.0 +PHP_TAG=8.3-dev-4.49.0 +#PHP_TAG=8.2-dev-4.49.0 #PHP_TAG=8.1-dev-4.49.0 # macOS (uid 501 gid 20) -#PHP_TAG=8.0-dev-macos-4.49.0 -#PHP_TAG=7.4-dev-macos-4.49.0 +#PHP_TAG=8.3-dev-macos-4.49.0 +#PHP_TAG=8.2-dev-macos-4.49.0 +#PHP_TAG=8.1-dev-macos-4.49.0 ### --- NGINX ---- diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9eba4b91b..561c16b8c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,10 +14,10 @@ jobs: test: strategy: matrix: - php_ver: [ '8.2','8.1' ] + php_ver: [ '8.3','8.2','8.1' ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: test env: PHP_VER: ${{ matrix.php_ver }} @@ -27,7 +27,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') needs: test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: prepare artifact run: cp docker.mk Makefile && tar -czf docker4wordpress.tar.gz docker-compose.yml docker-compose.override.yml Makefile .env traefik.yml - name: get tag name diff --git a/Makefile b/Makefile index a17c6f871..cec5981f6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include docker.mk .PHONY: test -PHP_VER ?= 8.2 +PHP_VER ?= 8.3 test: cd ./tests && PHP_VER=$(PHP_VER) ./run.sh diff --git a/README.md b/README.md index a07706f02..a8fe1db43 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The WordPress stack consist of the following containers: | [Nginx] | 1.25, 1.24 | [wodby/nginx] | ✓ | ✓ | | [Apache] | 2.4 | [wodby/apache] | ✓ | | | [WordPress] | 6 | [wodby/wordpress] | ✓ | ✓ | -| [PHP] | 8.2, 8.1 | [wodby/wordpress-php] | ✓ | | +| [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] | ✓ | | | Crond | | [wodby/wordpress-php] | ✓ | ✓ | | [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] | ✓ | ✓ | | [Redis] | 7, 6 | [wodby/redis] | ✓ | |