Skip to content

Commit f5198f5

Browse files
authored
Merge pull request #216 from mglaman/php8-support
Update phpstan-drupal for PHP8 support
2 parents 11c87b3 + e27c15a commit f5198f5

File tree

2 files changed

+66
-69
lines changed

2 files changed

+66
-69
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
- php-version: "7.2"
2525
drupal: "~8.9"
2626
experimental: false
27-
# @todo add when upgrading mglaman/phpstan-drupal.
28-
# - php-version: "8.0"
29-
# drupal: "^9.0"
30-
# experimental: true
27+
- php-version: "8.0"
28+
drupal: "^9.0"
29+
experimental: true
3130
steps:
3231
- name: "Checkout"
3332
uses: "actions/checkout@v2"

composer.lock

Lines changed: 63 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)