Skip to content

Commit 4ab89fb

Browse files
authored
Add support for 10.2.x (#23)
1 parent 78e3627 commit 4ab89fb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
drupal_version: ['9.5', '10.0', '10.1', '11.x']
20+
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.x']
2121

2222
steps:
2323
- name: Create project

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ switch:
6565
$(GIT_SWITCH) 10.1.x
6666
make clean
6767

68+
10.2: php8.2
69+
$(GIT_SWITCH) 10.2.x
70+
make clean
71+
6872
11.x: php8.2
6973
$(GIT_SWITCH) 11.x
7074
make clean

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"drupal/core": "*",
4343
"drupal/core-composer-scaffold": "*",
4444
"drupal/drupal": "*",
45-
"drush/drush": "^11"
45+
"drush/drush": "^11 || ^12"
4646
},
4747
"require-dev": {
4848
"drupal/core-dev": "*",

0 commit comments

Comments
 (0)