Skip to content

Commit

Permalink
650: Test on 10.1.
Browse files Browse the repository at this point in the history
Closes #650.
  • Loading branch information
jhedstrom committed Jun 15, 2023
1 parent 5291a2f commit 5cacc54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5cacc54

Please sign in to comment.