File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Tests
22on :
33 push :
4- branches : [ 8.x-4 .x ]
4+ branches : [ 8.x-3 .x ]
55 pull_request :
6- branches : [ 8.x-4 .x ]
6+ branches : [ 8.x-3 .x ]
77jobs :
88 drupal :
99 name : Drupal ${{ matrix.drupal-core }} (PHP ${{ matrix.php-versions }})
@@ -13,17 +13,13 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-versions : ['7.3', '7.4', '8.0', '8.1 ']
17- drupal-core : ['9.5 .x']
16+ php-versions : ['8.2 ']
17+ drupal-core : ['10.1 .x']
1818 phpstan : ['0']
1919 include :
20- # Extra runs to also test on latest Drupal 10.
21- - php-versions : ' 8.1'
22- drupal-core : ' 10.0.x'
23- phpstan : ' 0'
2420 # We only need to run PHPStan once on the latest PHP version.
2521 - php-versions : ' 8.2'
26- drupal-core : ' 10.0 .x'
22+ drupal-core : ' 10.1 .x'
2723 phpstan : ' 1'
2824 steps :
2925 - name : Checkout Drupal core
You can’t perform that action at this time.
0 commit comments