Skip to content

Commit

Permalink
Add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent 33943d7 commit af8a6b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] || |
Expand Down

0 comments on commit af8a6b1

Please sign in to comment.