Skip to content

Commit

Permalink
fix(CI): Don't test on php 8.0 because of php-scoper
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Mar 1, 2024
1 parent f032c16 commit 8582abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '8.1', '8.2', '8.3' ]
server-versions: [ 'dev-master' ]
fail-fast: false

Expand Down

0 comments on commit 8582abf

Please sign in to comment.