Author: Derick Rethans (derickr)
Date: 2026-06-16T18:37:49+01:00

Commit: 
https://github.com/php/web-php/commit/a15785b86f056207a27e15f51101a30187b0ed5f
Raw diff: 
https://github.com/php/web-php/commit/a15785b86f056207a27e15f51101a30187b0ed5f.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"
 

Reply via email to