Skip to content

Commit

Permalink
Drop support for Drupal 9
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Dec 6, 2023
1 parent 4624692 commit 29ea5dd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
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"
php_version: ["8.1", "8.2"]
drupal_version: ["10.0", "10.1"]
env:
PHP_VERSION: ${{ matrix.php_version }}
DRUPAL_VERSION: ${{ matrix.drupal_version }}
Expand Down

0 comments on commit 29ea5dd

Please sign in to comment.