Skip to content

Commit

Permalink
Update jsonpath library to get rid of deprecations, drop php7 (#48)
Browse files Browse the repository at this point in the history
* Updata jsonpath library to get rid of deprecations, drop php7

* Update testing matrix

* Update testing matrix

---------

Co-authored-by: Martin Helmich <[email protected]>
  • Loading branch information
mateuszsip and martin-helmich authored Feb 1, 2023
1 parent 73d72cc commit 10a416c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
build:
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
php: ['8.0', '8.1']
phpunit: ['8.0', '9.0']
composer-arg: ['']
exclude:
- php: '8.0'
phpunit: '8.0'
- php: '7.2'
phpunit: '9.0'
runs-on: ubuntu-latest
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"softcreatr/jsonpath": "^0.7.2 || ^0.8",
"php": "^8.0",
"softcreatr/jsonpath": "^0.8",
"justinrainbow/json-schema": "^5.0"
},
"conflict": {
Expand Down

0 comments on commit 10a416c

Please sign in to comment.