Skip to content

Commit 8c2bcaf

Browse files
authored
Update github workflow to ready for drupal next minor and major version.
1 parent 6515b02 commit 8c2bcaf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/testing.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,23 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-versions: ['8.1', '8.2']
17-
drupal-core: ['10.2.x']
18-
phpstan: ['0']
17+
drupal-core: ['10.2.x', '10.3.x', '11.0.x']
18+
phpstan: ['1']
1919
include:
2020
# Extra run to test older supported Drupal 10.1.x.
2121
- php-versions: '8.1'
2222
drupal-core: '10.1.x'
2323
phpstan: '0'
24-
# We only need to run PHPStan once on the latest PHP version.
24+
# We only need to run PHPStan once on the latest PHP version with next minor and major drupal version.
2525
- php-versions: '8.3'
2626
drupal-core: '10.2.x'
2727
phpstan: '1'
28+
- php-versions: '8.3'
29+
drupal-core: '10.3.x'
30+
phpstan: '1'
31+
- php-versions: '8.3'
32+
drupal-core: '11.0.x'
33+
phpstan: '1'
2834
steps:
2935
- name: Checkout Drupal core
3036
uses: actions/checkout@v4

0 commit comments

Comments
 (0)