Skip to content

Commit ed0836d

Browse files
committed
Update to PHP v8.5
1 parent a764279 commit ed0836d

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: '8.4'
28+
php-version: '8.5'
2929
coverage: xdebug
3030
- uses: ramsey/composer-install@v3
3131

@@ -68,7 +68,7 @@ jobs:
6868
- uses: shivammathur/setup-php@v2
6969
id: setup-php
7070
with:
71-
php-version: '8.4'
71+
php-version: '8.5'
7272
coverage: none
7373
tools: box:4
7474
- uses: ramsey/composer-install@v3

.github/workflows/update-version-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '8.4'
25+
php-version: '8.5'
2626
coverage: none
2727

2828
- uses: actions/setup-go@v6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"security": "https://github.com/typisttech/php-matrix/security"
2929
},
3030
"require": {
31-
"php": "^8.4",
31+
"php": "^8.5",
3232
"composer-runtime-api": "^2.2",
3333
"composer/semver": "^3.4",
3434
"guzzlehttp/guzzle": "^7.10",

composer.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-version: 8.4
1+
php-version: 8.5
22
extensions:
33
- phar
44
- filter # For Symfony CompleteCommand

0 commit comments

Comments
 (0)