diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbfa5b9..2c3c7e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/Makefile b/Makefile index 3dacc9b..25ec0dc 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/composer.json b/composer.json index f0a9adb..5ab3a0f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "drupal/core": "*", "drupal/core-composer-scaffold": "*", "drupal/drupal": "*", - "drush/drush": "^11" + "drush/drush": "^11 || ^12" }, "require-dev": { "drupal/core-dev": "*",