diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 40ac260..05dad6a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,8 @@ on: - 'phpunit.xml.dist' push: + branches: + - master paths-ignore: - 'docs/**' - 'README.md' @@ -28,4 +30,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['7.4', '8.0', '8.1'] + ['7.4', '8.0', '8.1', '8.2', '8.3'] diff --git a/CHANGELOG.md b/CHANGELOG.md index d019093..53dd318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## 1.0.2 under development -- no changes in this release. +- Bug #59: Fix error while converting IP address to bits representation in PHP 8.0+ (@vjik) ## 1.0.1 January 27, 2022 -- Bug #40: Fix return type for callback of `set_error_handler()` function (devanych) +- Bug #40: Fix return type for callback of `set_error_handler()` function (@devanych) ## 1.0.0 March 04, 2021 diff --git a/composer.json b/composer.json index 05dd624..44b8bed 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "rector/rector": "^1.2", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.18" + "vimeo/psalm": "^4.30|^5.25" }, "autoload": { "psr-4": { diff --git a/psalm.xml b/psalm.xml index 752a2ca..2f9469c 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,6 +1,8 @@