Skip to content

Commit 1e3f984

Browse files
committed
Do not run Psalm on unsupported PHP 8.4
1 parent c4d92a4 commit 1e3f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.4, 8.3, 8.2 ]
11+
php: [ 8.3, 8.2 ]
1212
laravel: [ 11.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:

0 commit comments

Comments
 (0)