Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.4"

env:
HTTP_HOST: "localhost:8080"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.4"
node-version:
- "22.x"

Expand Down