Skip to content

Commit 55dae77

Browse files
committed
Revert "Try PHP8"
This reverts commit 23fa7b7
1 parent b901288 commit 55dae77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: [7.4, 8.0]
19+
php: [7.4]
2020
dependencies: [locked]
2121

2222
steps:
@@ -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"
@@ -178,7 +178,7 @@ jobs:
178178

179179
strategy:
180180
matrix:
181-
php: [7.4, 8.0]
181+
php: [7.4]
182182

183183
dependencies:
184184
- "locked"
@@ -232,7 +232,7 @@ jobs:
232232

233233
strategy:
234234
matrix:
235-
php: [7.4, 8.0]
235+
php: [7.4]
236236

237237
dependencies:
238238
- "locked"

0 commit comments

Comments
 (0)