Skip to content

Commit

Permalink
Add support for 10.2.x (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan authored Oct 10, 2023
1 parent 78e3627 commit 4ab89fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
drupal_version: ['9.5', '10.0', '10.1', '11.x']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.x']

steps:
- name: Create project
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ switch:
$(GIT_SWITCH) 10.1.x
make clean

10.2: php8.2
$(GIT_SWITCH) 10.2.x
make clean

11.x: php8.2
$(GIT_SWITCH) 11.x
make clean
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"drupal/core": "*",
"drupal/core-composer-scaffold": "*",
"drupal/drupal": "*",
"drush/drush": "^11"
"drush/drush": "^11 || ^12"
},
"require-dev": {
"drupal/core-dev": "*",
Expand Down

0 comments on commit 4ab89fb

Please sign in to comment.