Skip to content

Commit

Permalink
Drop drupal 9 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 15, 2023
1 parent 1b911e0 commit 09b1766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ MARIADB_TAG=10.11-3.26.5
### --- VANILLA DRUPAL ----

DRUPAL_TAG=10-4.58.10
#DRUPAL_TAG=9-4.58.10
#DRUPAL_TAG=7-4.58.10

### --- PHP ----
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
test:
strategy:
matrix:
drupal_ver: [ 10,9,7 ]
drupal_ver: [ 10,7 ]
php_ver: [ '8.2','8.1','8.0' ]
exclude:
- drupal_ver: 9
php_ver: '8.2'
- drupal_ver: 7
php_ver: '8.2'
- drupal_ver: 10
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Drupal stack consist of the following containers:
|-----------------|--------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24, 1.23 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [Drupal] | 10, 9, 7 | [wodby/drupal] |||
| [Drupal] | 10, 7 | [wodby/drupal] |||
| [PHP] | 8.2, 8.1, 8.0 | [wodby/drupal-php] || |
| Crond | | [wodby/drupal-php] |||
| [MariaDB] | 11, 10.11-10.4 | [wodby/mariadb] |||
Expand All @@ -44,7 +44,7 @@ The Drupal stack consist of the following containers:
| Selenium chrome | 3.141 | [selenium/standalone-chrome] | | |
| Traefik | latest | [_/traefik] |||

Supported Drupal versions: 10 / 9 / 7
Supported Drupal versions: 10 / 7

## Documentation

Expand Down

0 comments on commit 09b1766

Please sign in to comment.