Skip to content

Commit 8028922

Browse files
committed
Revert PHP8 test change
1 parent 7cfaced commit 8028922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
strategy:
7171
matrix:
72-
php: [7.4, 8.0]
72+
php: [7.4]
7373

7474
dependencies: [locked]
7575

@@ -127,7 +127,7 @@ jobs:
127127

128128
strategy:
129129
matrix:
130-
php: [7.4, 8.0]
130+
php: [7.4]
131131

132132
dependencies:
133133
- "lowest"

0 commit comments

Comments
 (0)