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 Feb 29, 2024
1 parent 98a46bb commit 4937961
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-stable28' ]
fail-fast: false

Expand Down

0 comments on commit 4937961

Please sign in to comment.