Skip to content

Commit 0ab22e6

Browse files
[TASK] Update php to v8.5
| datasource | package | from | to | | ----------- | ----------- | ---- | --- | | github-tags | php/php-src | 8.4 | 8.5 |
1 parent 0d0a7c8 commit 0ab22e6

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.4
28+
php-version: 8.5
2929
ini-file: development
3030
tools: composer:v2, composer-require-checker, composer-unused
3131
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
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup PHP
6969
uses: shivammathur/setup-php@v2
7070
with:
71-
php-version: 8.4
71+
php-version: 8.5
7272
ini-file: development
7373
tools: composer:v2
7474
coverage: pcov
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup PHP
141141
uses: shivammathur/setup-php@v2
142142
with:
143-
php-version: 8.4
143+
php-version: 8.5
144144
# @todo Enable once https://github.com/box-project/box/issues/1423 is resolved
145145
# ini-file: development
146146
tools: composer:v2

0 commit comments

Comments
 (0)