Skip to content

Commit 2bee762

Browse files
authored
Merge pull request #5460 from paulbalandan/phpstan-baseline
Use PHPStan's baseline instead of global ignore of errors
2 parents 69b2f7a + a0b8140 commit 2bee762

31 files changed

Lines changed: 1061 additions & 74 deletions

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-versions: ['7.4', '8.0']
32+
php-versions: ['8.0', '8.1']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v2

0 commit comments

Comments
 (0)