Skip to content

Commit

Permalink
Added official support for PHP 8.1
Browse files Browse the repository at this point in the history
PHP version 8.2 added as experimental.
  • Loading branch information
grogy committed Dec 1, 2021
1 parent 710e2e9 commit 8a0ca2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'

include:
- php: '8.1'
- php: '8.2'
experimental: true

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'

include:
- php: '8.1'
- php: '8.2'
experimental: true

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Added official support for PHP 8.1 [#74] from [@grogy]

### Fixed

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

## [1.3.1] - 2021-08-13

Expand Down

0 comments on commit 8a0ca2f

Please sign in to comment.