Skip to content

Commit

Permalink
Update Drupal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent 3b868aa commit f18f8f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["8.1", "8.2"]
drupal_version: ["~10.0", "~10.1"]
php_version: ["8.1", "8.2", "8.3"]
drupal_version: ["^10.3", "^11"]
exclude:
- drupal_version: "^11"
php_version: "8.1"
- drupal_version: "^11"
php_version: "8.2"
env:
PHP_VERSION: ${{ matrix.php_version }}
DRUPAL_VERSION: ${{ matrix.drupal_version }}
Expand Down

0 comments on commit f18f8f1

Please sign in to comment.