Skip to content

Commit c39fcda

Browse files
committed
Remove PHP 8.4 from build
1 parent ee89f6b commit c39fcda

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- "8.1"
5959
- "8.2"
6060
- "8.3"
61-
- "8.4"
6261

6362
dependencies:
6463
- "lowest"
@@ -131,7 +130,6 @@ jobs:
131130
- "8.1"
132131
- "8.2"
133132
- "8.3"
134-
- "8.4"
135133

136134
dependencies:
137135
- "lowest"
@@ -204,7 +202,6 @@ jobs:
204202
- "8.1"
205203
- "8.2"
206204
- "8.3"
207-
- "8.4"
208205

209206
dependencies:
210207
- "lowest"
@@ -272,7 +269,7 @@ jobs:
272269
strategy:
273270
matrix:
274271
php-version:
275-
- "8.4"
272+
- "8.3"
276273

277274
dependencies:
278275
- "highest"
@@ -309,7 +306,7 @@ jobs:
309306
strategy:
310307
matrix:
311308
php-version:
312-
- "8.4"
309+
- "8.3"
313310

314311
dependencies:
315312
- "highest"

0 commit comments

Comments
 (0)