Skip to content

Commit ecfd692

Browse files
committed
ci: Test against PHP 8.5
1 parent b08699b commit ecfd692

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: 'ubuntu-latest'
88
strategy:
99
matrix:
10-
php-versions: ['8.2', '8.3', '8.4']
10+
php-versions: ['8.2', '8.3', '8.4', '8.5']
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"prefer-stable": true,
3535
"require": {
36-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
36+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3737
"guzzlehttp/guzzle": "^7.4"
3838
},
3939
"require-dev": {

0 commit comments

Comments
 (0)