Skip to content

Commit

Permalink
Support Drush 13 and Drupal 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Sep 23, 2024
1 parent 8caf0b9 commit 63332c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/main/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drupal:9-php8.1-apache
FROM drupal:11-php8.3-apache

ENV PATH="${PATH}:/opt/drall/vendor/bin"
ENV PHP_INI_PATH="$PHP_INI_DIR/conf.d/php.ini"
Expand Down
2 changes: 1 addition & 1 deletion .docker/main/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"composer/installers": "^1.9",
"drupal/core-composer-scaffold": "*",
"drupal/core-recommended": "^10",
"drupal/core-recommended": "^11",
"drupal/core-vendor-hardening": "*",
"jigarius/drall": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
php-versions: ['8.1']
php-versions: ['8.2', '8.3']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"homepage": "https://github.com/jigarius/drall",
"require": {
"php": ">= 8.1",
"php": ">= 8.3",
"amphp/process": "^1.1",
"amphp/sync": "^1.4",
"consolidation/filter-via-dot-access-data": "^2.0",
"consolidation/site-alias": "^3 || ^4",
"drush/drush": "^11 || ^12",
"drush/drush": "^12 || ^13",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 63332c1

Please sign in to comment.