Skip to content

Commit 06cac48

Browse files
authored
Drupal 11.x, 10.2 and PHP 8.2 support (#11)
1 parent 70a4879 commit 06cac48

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
drupal_version: ['9.3', '9.4', '9.5', '10.0', '10.1']
15+
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.x']
1616

1717
steps:
1818
- name: Create project

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ switch:
5959
$(GIT_SWITCH) 10.1.x
6060
make clean
6161

62+
10.2: php8.2
63+
$(GIT_SWITCH) 10.2.x
64+
make clean
65+
66+
11.x: php8.2
67+
$(GIT_SWITCH) 11.x
68+
make clean
69+
6270
php7.4:
6371
make start -e PHP_VERSION=7.4
6472

0 commit comments

Comments
 (0)