diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7e4088..b5bf493 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,9 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" + - "8.4" + - "8.5" steps: - name: "Checkout" @@ -87,6 +90,9 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" + - "8.4" + - "8.5" dependencies: - "lowest" - "highest" @@ -124,6 +130,9 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" + - "8.4" + - "8.5" dependencies: - "lowest" - "highest" diff --git a/composer.json b/composer.json index 85b158c..1aa05d1 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,6 @@ "phpunit/phpunit": "^9.5" }, "config": { - "platform": { - "php": "7.4.6" - }, "sort-packages": true }, "extra": { diff --git a/phpcs.xml b/phpcs.xml index 51e69cc..bb21de2 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -8,12 +8,11 @@ - + - @@ -87,7 +86,6 @@ - @@ -109,7 +107,7 @@ - + tests/*/data tests/*/data-attributes diff --git a/phpstan.neon b/phpstan.neon index 88cd496..7e299df 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -20,3 +20,9 @@ parameters: path: '*/Nette/LinkChecker.php' reportUnmatched: false count: 1 + - + message: '#Strict comparison using === between non-empty-string and false will always evaluate to false\.#' + identifier: identical.alwaysFalse + path: '*/Nette/LinkChecker.php' + reportUnmatched: false + count: 1