Skip to content

Commit

Permalink
test(github): Test on PHP 8.3 and Drupal 10.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jan 28, 2024
1 parent eb467d6 commit b9fe9c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0', '8.1']
# Keep testing Drupal 9 untill 6 months after it got unsupported, so
# untill May 1st 2024.
drupal-core: ['9.5.x']
phpstan: ['0']
include:
# Extra runs to also test on latest Drupal 10.
- php-versions: '8.1'
drupal-core: '10.1.x'
drupal-core: '10.2.x'
phpstan: '0'
# We only need to run PHPStan once on the latest PHP version.
- php-versions: '8.2'
drupal-core: '10.1.x'
drupal-core: '10.2.x'
phpstan: '0'
# We only need to run PHPStan once on the latest PHP version.
- php-versions: '8.3'
drupal-core: '10.2.x'
phpstan: '1'
steps:
- name: Checkout Drupal core
Expand Down

0 comments on commit b9fe9c6

Please sign in to comment.