Skip to content

Commit e7278c9

Browse files
authored
Merge pull request #40 from dotkernel/alexmerlin-patch-1
Run `PHPStan` checks on `PHP 8.4` as well
2 parents 7723284 + 49b09a2 commit e7278c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20+
- "8.4"
2021

2122
steps:
2223
- name: Checkout

0 commit comments

Comments
 (0)