Skip to content

Commit 2a958f1

Browse files
committed
chore(deps): add PHP 8.5 support
1 parent efb72e5 commit 2a958f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
php: [ '8.1', '8.2', '8.3', '8.4' ]
36+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
3737
name: Tests on PHP ${{ matrix.php }}
3838
steps:
3939
- name: Checkout source code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"require": {
36-
"php": "^8.1|^8.2|^8.3|^8.4",
36+
"php": "^8.1|^8.2|^8.3|^8.4|^8.5",
3737
"ext-json": "*",
3838
"ext-mbstring": "*",
3939
"guzzlehttp/psr7": "^1 || ^2.1",

0 commit comments

Comments
 (0)