Skip to content

Commit

Permalink
Merge pull request #265 from jhedstrom/264-php82
Browse files Browse the repository at this point in the history
Test on PHP 8.2
  • Loading branch information
jhedstrom authored Mar 24, 2023
2 parents 8bc68fd + ebe1b10 commit b790916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: ["7.4", "8.0", "8.1"]
php_version: ["7.4", "8.0", "8.1", "8.2"]
drupal_version: ["9", "10"]
exclude:
- php_version: "7.4"
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 b790916

Please sign in to comment.