We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee0a11 commit a215cc1Copy full SHA for a215cc1
.github/workflows/Test.yml
@@ -23,6 +23,7 @@ jobs:
23
- '8.2'
24
- '8.3'
25
- '8.4'
26
+ - '8.5'
27
continue-on-error: ${{ matrix.php == '8.4' }}
28
name: PHP ${{ matrix.php }} Test
29
composer.json
@@ -24,7 +24,7 @@
"source": "https://github.com/SoftCreatR/JSONPath"
},
"require": {
- "php": "8.1 - 8.4",
+ "php": "8.1 - 8.5",
"ext-json": "*"
30
"require-dev": {
0 commit comments