Skip to content

Commit 72791f3

Browse files
authored
Run coding standard check on only PHP 7.4
1 parent 66f8d2a commit 72791f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
php: [7.4, 8.0, 8.1]
26+
php: [7.4]
2727
dependencies: [locked]
2828

2929
steps:

0 commit comments

Comments
 (0)