Skip to content

Commit 407f550

Browse files
committed
Remove PHP 7.4 and PHP 8.0 for psalm ci
1 parent 892de4a commit 407f550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
php: [ '7.4', '8.0', '8.1' ]
66+
php: [ '8.1' ]
6767
os: [ ubuntu-latest ]
6868

6969
steps: # General Steps

0 commit comments

Comments
 (0)