Skip to content

Commit 10a416c

Browse files
Update jsonpath library to get rid of deprecations, drop php7 (#48)
* Updata jsonpath library to get rid of deprecations, drop php7 * Update testing matrix * Update testing matrix --------- Co-authored-by: Martin Helmich <[email protected]>
1 parent 73d72cc commit 10a416c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
15+
php: ['8.0', '8.1']
1616
phpunit: ['8.0', '9.0']
1717
composer-arg: ['']
18-
exclude:
19-
- php: '8.0'
20-
phpunit: '8.0'
21-
- php: '7.2'
22-
phpunit: '9.0'
2318
runs-on: ubuntu-latest
2419
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
2520

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2 || ^8.0",
13-
"softcreatr/jsonpath": "^0.7.2 || ^0.8",
12+
"php": "^8.0",
13+
"softcreatr/jsonpath": "^0.8",
1414
"justinrainbow/json-schema": "^5.0"
1515
},
1616
"conflict": {

0 commit comments

Comments
 (0)