Skip to content

Commit 62164b4

Browse files
committed
Removed PHP 8.0 from Test job
1 parent 22d25e6 commit 62164b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
paths:
1111
- '*.php'
1212
- 'composer.json'
13+
workflow_dispatch:
1314

1415
jobs:
1516
run:
1617
runs-on: ubuntu-latest
1718
strategy:
1819
matrix:
19-
php: [ '7.2', '7.3', '7.4', '8.0' ]
20+
php: [ '7.2', '7.3', '7.4' ]
2021
name: PHP ${{ matrix.php-versions }} Test
2122

2223
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ here [Peekmo/JsonPath](https://github.com/Peekmo/JsonPath).
127127
Changelog
128128
---------
129129

130-
### 0.6.0 - 0.6.1
130+
### 0.6.x
131131
- Dropped support for PHP < 7.2
132132
- Switched from (broken) PSR-0 to PSR-4
133133
- Updated PHPUnit to 8.5 / 9.4

0 commit comments

Comments
 (0)