Skip to content

Commit a15785b

Browse files
committed
Production now runs PHP 8.4
1 parent b59bb30 commit a15785b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "8.2"
20+
- "8.4"
2121

2222
steps:
2323
- name: "Checkout"
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
php-version:
65-
- "8.2"
65+
- "8.4"
6666

6767
steps:
6868
- name: "Checkout"
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix:
117117
php-version:
118-
- "8.2"
118+
- "8.4"
119119

120120
env:
121121
HTTP_HOST: "localhost:8080"

.github/workflows/preview-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- "8.2"
15+
- "8.4"
1616
node-version:
1717
- "22.x"
1818

0 commit comments

Comments
 (0)