Skip to content

Commit bccecf0

Browse files
authored
chore: added PHP 8.4 to PHPStan workflow
1 parent 0491e6c commit bccecf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.1', '8.2']
29+
php-versions: ['8.1', '8.4']
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)