Skip to content

Commit ebe1b10

Browse files
authored
Exclude testing on PHP 8.2 and Drupal 9
1 parent 2f36fb2 commit ebe1b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
drupal_version: "10"
1414
- php_version: "8.0"
1515
drupal_version: "10"
16+
- php_version: "8.2"
17+
drupal_version: "9"
1618
env:
1719
PHP_VERSION: ${{ matrix.php_version }}
1820
DRUPAL_VERSION: ${{ matrix.drupal_version }}

0 commit comments

Comments
 (0)