Skip to content

Commit 1bd1d28

Browse files
authored
Merge pull request #90 from samsonasik/samsonasik-patch-1
Add php 8.2 to github action
2 parents 48f18de + 6a5c842 commit 1bd1d28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['8.1']
16+
php-versions: ['8.1', '8.2']
1717
steps:
1818
- name: Setup PHP Action
1919
uses: shivammathur/setup-php@v2

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ parameters:
1414
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'
1515
- '#Invalid type object to throw#'
1616
- '#Cannot call method getBody\(\) on int#'
17+
- '#Access to an undefined property ErrorHeroModule\\Command\\BaseLoggingCommand\:\:\$request#'
18+
- '#Instanceof between \*NEVER\* and ErrorHeroModule\\Listener\\Mvc will always evaluate to false#'

0 commit comments

Comments
 (0)