Skip to content

Commit b790916

Browse files
authored
Merge pull request jhedstrom#265 from jhedstrom/264-php82
Test on PHP 8.2
2 parents 8bc68fd + ebe1b10 commit b790916

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php_version: ["7.4", "8.0", "8.1"]
9+
php_version: ["7.4", "8.0", "8.1", "8.2"]
1010
drupal_version: ["9", "10"]
1111
exclude:
1212
- php_version: "7.4"
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)