diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1cae6c6..c34640eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ jobs: fail-fast: false matrix: php_version: ["7.4", "8.0", "8.1", "8.2"] - drupal_version: ["9", "10"] + drupal_version: ["9", "10.1"] exclude: - php_version: "7.4" - drupal_version: "10" + drupal_version: "10.1" - php_version: "8.0" - drupal_version: "10" + drupal_version: "10.1" - php_version: "8.2" drupal_version: "9" env: