From e008b27453b5b54f4443f6b90c92daa61ae0f57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Make=C5=A1?= Date: Wed, 1 Dec 2021 16:21:45 +0100 Subject: [PATCH] Added official support for PHP 8.1 PHP version 8.2 added as experimental. --- .github/workflows/release.yml | 3 ++- .github/workflows/test.yml | 3 ++- CHANGELOG.md | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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