Skip to content

Commit

Permalink
Exclude testing on PHP 8.2 and Drupal 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom authored Mar 24, 2023
1 parent 2f36fb2 commit ebe1b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
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 }}
Expand Down

0 comments on commit ebe1b10

Please sign in to comment.