Skip to content

Commit

Permalink
Remove PHP 7.4 and PHP 8.0 for psalm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Feb 22, 2022
1 parent 892de4a commit 407f550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '8.1' ]
os: [ ubuntu-latest ]

steps: # General Steps
Expand Down

0 comments on commit 407f550

Please sign in to comment.