diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1e1cd8..0ca072c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,10 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' include: - - php: '8.1' + - php: '8.2' experimental: true steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af42559..8ccf1ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,9 +93,10 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' include: - - php: '8.1' + - php: '8.2' experimental: true steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index e51fd59..88c621a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]. @@ -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/74 ## [1.3.1] - 2021-08-13