Skip to content

Commit b4dc160

Browse files
committed
enable ci-build w/ php 8.4
1 parent 34badc6 commit b4dc160

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18+
# set in accordance with number of v8-versions, so caching can kick in properly
19+
max-parallel: 2
20+
1821
operating-system:
1922
- ubuntu-latest
2023
# - windows-latest
@@ -23,7 +26,7 @@ jobs:
2326
# - '8.1'
2427
# - '8.2'
2528
- '8.3'
26-
# - '8.4'
29+
- '8.4'
2730
v8-versions:
2831
- 10.9.194
2932
# - 11.9.172

0 commit comments

Comments
 (0)