Skip to content

Commit 876cc3a

Browse files
Update tests.yml
1 parent 56facd0 commit 876cc3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@ jobs:
6767
strategy:
6868
fail-fast: true
6969
matrix:
70-
php: [7.2, 7.3, 7.4]
70+
php: [7.3, 7.4]
7171
include:
72-
- php: 7.2
73-
stability: prefer-lowest
7472
- php: 7.3
75-
stability: prefer-stable
73+
stability: prefer-lowest
7674
- php: 7.4
7775
stability: prefer-stable
7876

0 commit comments

Comments
 (0)