Skip to content

Commit

Permalink
Disable psalm for php 8.1 : Objects are always considered dynamic mak…
Browse files Browse the repository at this point in the history
…ing the tests not trustworthy
  • Loading branch information
veewee committed Feb 6, 2025
1 parent c892747 commit 5cb212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1', '8.2', '8.3', '8.4']
php-versions: ['8.2', '8.3', '8.4']
composer-options: ['--ignore-platform-req=php+']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
Expand Down

0 comments on commit 5cb212b

Please sign in to comment.