File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,12 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-versions : ['7.3', '7.4']
16+ php-versions : ['7.3', '7.4', '8.0' ]
1717 drupal-core : ['9.1.x']
18- phpstan : ['1']
1918 include :
2019 # Extra run to also test on latest Drupal 8 and PHP 7.2.
2120 - php-versions : ' 7.2'
2221 drupal-core : ' 8.9.x'
23- phpstan : ' 1'
24- # PHPStan does not work on PHP 8 yet for us.
25- - php-versions : ' 8.0'
26- drupal-core : ' 9.1.x'
27- phpstan : ' 0'
2822 steps :
2923 - name : Checkout Drupal core
3024 uses : actions/checkout@v2
8680 webonyx/graphql-php:^14.8 \
8781 drupal/typed_data:^1.0 \
8882 drupal/redirect:^1.6 \
89- phpstan/phpstan:^0.12.70 \
83+ phpstan/phpstan:^0.12.88 \
9084 mglaman/phpstan-drupal:^0.12.8 \
9185 phpstan/phpstan-deprecation-rules:^0.12.2 \
9286 jangregor/phpstan-prophecy:^0.8 \
@@ -109,7 +103,7 @@ jobs:
109103
110104 - name : Run PHPStan
111105 run : |
112- if [[ ${{ matrix.phpstan }} == "1" ]]; then cd modules/graphql && ../../vendor/bin/phpstan analyse; fi
106+ cd modules/graphql && ../../vendor/bin/phpstan analyse
113107
114108 - name : Run PHPCS
115109 run : |
You can’t perform that action at this time.
0 commit comments