Skip to content

Commit

Permalink
enable ci-build w/ php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Jan 9, 2025
1 parent 34badc6 commit b4dc160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
build:
strategy:
matrix:
# set in accordance with number of v8-versions, so caching can kick in properly
max-parallel: 2

operating-system:
- ubuntu-latest
# - windows-latest
Expand All @@ -23,7 +26,7 @@ jobs:
# - '8.1'
# - '8.2'
- '8.3'
# - '8.4'
- '8.4'
v8-versions:
- 10.9.194
# - 11.9.172
Expand Down

0 comments on commit b4dc160

Please sign in to comment.