Skip to content

Commit 35fb858

Browse files
[TASK] Update php to v8.5
| datasource | package | from | to | | ----------- | ----------- | ---- | --- | | github-tags | php/php-src | 8.4 | 8.5 | | github-tags | php/php-src | 8.3 | 8.5 |
1 parent a6d627d commit 35fb858

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: shivammathur/setup-php@v2
1818
with:
1919
# @todo Use PHP 8.4 once PHP-CS-Fixer supports PHP 8.4
20-
php-version: 8.3
20+
php-version: 8.5
2121
ini-file: development
2222
tools: composer:v2, composer-require-checker, composer-unused
2323
env:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.4
21+
php-version: 8.5
2222
tools: composer:v2,phive
2323

2424
# Compile PHAR
@@ -152,7 +152,7 @@ jobs:
152152
- name: Setup PHP
153153
uses: shivammathur/setup-php@v2
154154
with:
155-
php-version: 8.4
155+
php-version: 8.5
156156
coverage: none
157157
- name: Setup Pages
158158
uses: actions/configure-pages@v5

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup PHP
5858
uses: shivammathur/setup-php@v2
5959
with:
60-
php-version: 8.4
60+
php-version: 8.5
6161
ini-file: development
6262
tools: composer:v2
6363
coverage: pcov
@@ -127,7 +127,7 @@ jobs:
127127
- name: Setup PHP
128128
uses: shivammathur/setup-php@v2
129129
with:
130-
php-version: 8.4
130+
php-version: 8.5
131131
# @todo Enable once https://github.com/box-project/box/issues/1423 is resolved
132132
# ini-file: development
133133
tools: composer:v2

0 commit comments

Comments
 (0)