Skip to content

Commit

Permalink
chore: update CI test matrix
Browse files Browse the repository at this point in the history
Fixes #543
  • Loading branch information
JohnAlbin committed Oct 10, 2023
1 parent e55ee5b commit 1410877
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ["8.0", "8.1"]
drupal: ["9.4", "9.5", "10.0"]
# Supported PHP versions: https://www.drupal.org/docs/getting-started/system-requirements/php-requirements
php: ["8.0", "8.1", "8.2"]
# Supported Drupal versions: https://www.drupal.org/project/drupal
drupal: ["9.5", "10.0", "10.1"]
exclude:
- php: "8.0"
drupal: "10.0"
- drupal: "9.5"
php: "8.2"
- drupal: "10.0"
php: "8.0"
- drupal: "10.1"
php: "8.0"
name: Drupal ${{ matrix.drupal }} - PHP ${{ matrix.php }}
services:
mysql:
Expand Down

0 comments on commit 1410877

Please sign in to comment.