diff --git a/.env b/.env index a59f0401e..65e7ca68d 100644 --- a/.env +++ b/.env @@ -45,7 +45,8 @@ WORDPRESS_TAG=6-4.92.0 # Linux (uid 1000 gid 1000) -PHP_TAG=8.3-dev-4.62.0 +PHP_TAG=8.4-dev-4.62.0 +#PHP_TAG=8.3-dev-4.62.0 #PHP_TAG=8.2-dev-4.62.0 #PHP_TAG=8.1-dev-4.62.0 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cf76f5702..afb459ce5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - php_ver: ["8.3", "8.2", "8.1"] + php_ver: ["8.4", "8.3", "8.2", "8.1"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 42a93ae6e..21249bb03 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The WordPress stack consist of the following containers: | [Nginx] | 1.27, 1.26 | [wodby/nginx] | ✓ | ✓ | | [Apache] | 2.4 | [wodby/apache] | ✓ | | | [WordPress] | 6 | [wodby/wordpress] | ✓ | ✓ | -| [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] | ✓ | | +| [PHP] | 8.4, 8.3, 8.2, 8.1 | [wodby/wordpress-php] | ✓ | | | Crond | | [wodby/wordpress-php] | ✓ | ✓ | | [MariaDB] | 11.4, 10.6, 10.5, 10.4 | [wodby/mariadb] | ✓ | ✓ | | [Valkey] | 8, 7 | [wodby/valkey] | ✓ | |