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 8c396fa commit b69838a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ DRUPAL_TAG=11-4.77.0

# Linux (uid 1000 gid 1000)

PHP_TAG=8.3-dev-4.64.0
PHP_TAG=8.4-dev-4.64.0
#PHP_TAG=8.3-dev-4.64.0
#PHP_TAG=8.2-dev-4.64.0
#PHP_TAG=8.1-dev-4.64.0

# macOS (uid 501 gid 20)

#PHP_TAG=8.4-dev-macos-4.64.0
#PHP_TAG=8.3-dev-macos-4.64.0
#PHP_TAG=8.2-dev-macos-4.64.0
#PHP_TAG=8.1-dev-macos-4.64.0
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
matrix:
drupal_ver: [ 11,10,7 ]
php_ver: [ '8.3','8.2','8.1' ]
php_ver: [ '8.4','8.3','8.2','8.1' ]
exclude:
- drupal_ver: 7
php_ver: '8.4'
- drupal_ver: 7
php_ver: '8.3'
- drupal_ver: 11
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include docker.mk
.PHONY: test

DRUPAL_VER ?= 11
PHP_VER ?= 8.3
PHP_VER ?= 8.4

test:
cd ./tests/$(DRUPAL_VER) && PHP_VER=$(PHP_VER) ./run.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Drupal stack consist of the following containers:
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [Drupal] | 11, 10, 7 | [wodby/drupal] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/drupal-php] || |
| [PHP] | 8.4, 8.3, 8.2, 8.1 | [wodby/drupal-php] || |
| Crond | | [wodby/drupal-php] |||
| [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
Expand Down

0 comments on commit b69838a

Please sign in to comment.