Skip to content

Commit

Permalink
Merge pull request #510 from jakzal/phpspec-php-8.2-8.3
Browse files Browse the repository at this point in the history
Enable PHPSpec on PHP 8.2 and 8.3
  • Loading branch information
jakzal authored Dec 31, 2024
2 parents 65ba732 + 05e9fa1 commit 290f180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ | ✅ |
| phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ | ✅ |
| phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | ✅ |
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ❌ | ❌ | ❌ |
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ✅ | ❌ |
| phpstan | [Static Analysis Tool](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ | ✅ |
| phpstan-banned-code | [PHPStan rules for detecting calls to specific functions you don't want in your project](https://github.com/ekino/phpstan-banned-code) | ✅ | ✅ | ✅ | ✅ |
| phpstan-beberlei-assert | [PHPStan extension for beberlei/assert](https://github.com/phpstan/phpstan-beberlei-assert) | ✅ | ✅ | ✅ | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
},
"test": "phpspec --version",
"tags": ["exclude-php:8.4", "exclude-php:8.3", "exclude-php:8.2", "featured", "test"]
"tags": ["exclude-php:8.4", "featured", "test"]
},
{
"name": "phpunit",
Expand Down

0 comments on commit 290f180

Please sign in to comment.