Author: Derick Rethans (derickr)
Date: 2026-06-16T12:06:40+01:00
Commit:
https://github.com/php/web-php/commit/d47003bef6cdcbd3a812bfde877b716f194df384
Raw diff:
https://github.com/php/web-php/commit/d47003bef6cdcbd3a812bfde877b716f194df384.diff
Production now runs PHP 8.4
Changed paths:
M .github/workflows/integrate.yaml
M .github/workflows/preview-tests.yml
Diff:
diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 021babda87..14a7a72a1c 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.2"
+ - "8.4"
steps:
- name: "Checkout"
@@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.2"
+ - "8.4"
steps:
- name: "Checkout"
@@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.2"
+ - "8.4"
env:
HTTP_HOST: "localhost:8080"
diff --git a/.github/workflows/preview-tests.yml
b/.github/workflows/preview-tests.yml
index 4a9c5ede8c..f1a30972bd 100644
--- a/.github/workflows/preview-tests.yml
+++ b/.github/workflows/preview-tests.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.2"
+ - "8.4"
node-version:
- "22.x"