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 22d25e6 commit 62164b4Copy full SHA for 62164b4
.github/workflows/Test.yml
@@ -10,13 +10,14 @@ on:
10
paths:
11
- '*.php'
12
- 'composer.json'
13
+ workflow_dispatch:
14
15
jobs:
16
run:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
- php: [ '7.2', '7.3', '7.4', '8.0' ]
20
+ php: [ '7.2', '7.3', '7.4' ]
21
name: PHP ${{ matrix.php-versions }} Test
22
23
steps:
README.md
@@ -127,7 +127,7 @@ here [Peekmo/JsonPath](https://github.com/Peekmo/JsonPath).
127
Changelog
128
---------
129
130
-### 0.6.0 - 0.6.1
+### 0.6.x
131
- Dropped support for PHP < 7.2
132
- Switched from (broken) PSR-0 to PSR-4
133
- Updated PHPUnit to 8.5 / 9.4
0 commit comments