diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec2adb..a7906c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,13 +6,15 @@ jobs: strategy: fail-fast: false matrix: - php_version: ["7.4", "8.0", "8.1"] + php_version: ["7.4", "8.0", "8.1", "8.2"] drupal_version: ["9", "10"] exclude: - php_version: "7.4" drupal_version: "10" - php_version: "8.0" drupal_version: "10" + - php_version: "8.2" + drupal_version: "9" env: PHP_VERSION: ${{ matrix.php_version }} DRUPAL_VERSION: ${{ matrix.drupal_version }}