Skip to content

Commit 91dcf11

Browse files
committed
Added official support for PHP 8.1
PHP version 8.2 added as experimental.
1 parent 710e2e9 commit 91dcf11

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ jobs:
6666
- '7.4'
6767
- '8.0'
6868
- '8.1'
69+
- '8.2'
6970

7071
include:
71-
- php: '8.1'
72+
- php: '8.2'
7273
experimental: true
7374

7475
steps:

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ jobs:
9393
- '7.4'
9494
- '8.0'
9595
- '8.1'
96+
- '8.2'
9697

9798
include:
98-
- php: '8.1'
99+
- php: '8.2'
99100
experimental: true
100101

101102
steps:

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Added official support for PHP 8.1 [#74] from [@grogy]
12+
913
### Fixed
1014

1115
- Bug fix: make Phar file run independently of project under scan [#63] from [@jrfnl].
@@ -22,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2226
[#63]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/63
2327
[#65]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/65
2428
[#71]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/71
29+
[#74]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/74
2530

2631
## [1.3.1] - 2021-08-13
2732

0 commit comments

Comments
 (0)