Skip to content

Commit

Permalink
test(drupal): Test Drupal 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jun 28, 2024
1 parent 79d09dd commit 7715629
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
drupal-core: ['10.2.x']
drupal-core: ['10.3.x']
phpstan: ['0']
include:
# Extra run to test older supported Drupal 10.1.x.
- php-versions: '8.1'
drupal-core: '10.1.x'
phpstan: '0'
# Extra run to test older supported Drupal 10.2.x.
- php-versions: '8.1'
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'
Expand Down

0 comments on commit 7715629

Please sign in to comment.