File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,23 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
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 ']
19
19
include :
20
20
# Extra run to test older supported Drupal 10.1.x.
21
21
- php-versions : ' 8.1'
22
22
drupal-core : ' 10.1.x'
23
23
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 .
25
25
- php-versions : ' 8.3'
26
26
drupal-core : ' 10.2.x'
27
27
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'
28
34
steps :
29
35
- name : Checkout Drupal core
30
36
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments