Skip to content

Commit 7d0d3cd

Browse files
committed
Run tests on PHP 8.5
1 parent 6ea7434 commit 7d0d3cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- '8.2'
2424
- '8.3'
2525
- '8.4'
26+
- '8.5'
2627
continue-on-error: ${{ matrix.php == '8.4' }}
2728
name: PHP ${{ matrix.php }} Test
2829

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"source": "https://github.com/SoftCreatR/JSONPath"
2525
},
2626
"require": {
27-
"php": "8.1 - 8.4",
27+
"php": "8.1 - 8.5",
2828
"ext-json": "*"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)