Skip to content

Commit e01b5f5

Browse files
committed
Require PHP in version 8.5
1 parent fc3852c commit e01b5f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP with composer v2
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.4'
18+
php-version: '8.5'
1919

2020
- name: Install dependencies
2121
run: |

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": "^8.4",
11+
"php": "^8.5",
1212
"crowdin/crowdin-api-client": "^1.19",
1313
"guzzlehttp/guzzle": "^7.10",
1414
"php-di/php-di": "^7.1",
@@ -40,7 +40,7 @@
4040
"ergebnis/composer-normalize": true
4141
},
4242
"platform": {
43-
"php": "8.4"
43+
"php": "8.5"
4444
},
4545
"sort-packages": true
4646
},

phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
phpVersion: 80400
2+
phpVersion: 80500
33
level: 9
44
paths:
55
- src/

0 commit comments

Comments
 (0)