Skip to content

Commit

Permalink
Merge pull request #340 from ergebnis/feature/php83
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.3
  • Loading branch information
localheinz committed Oct 10, 2023
2 parents 3d9f49f + bd3c583 commit 98fd667
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Expand Up @@ -27,6 +27,9 @@ branches:
- context: "Tests (8.2, highest)"
- context: "Tests (8.2, locked)"
- context: "Tests (8.2, lowest)"
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Expand Up @@ -431,6 +431,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ For a full diff see [`2.2.0...2.3.0`][2.2.0...2.3.0].
### Changed

- Added support for installing extension as a PHAR ([#273]), by [@localheinz]
- Added support for PHP 8.3 ([#340]), by [@localheinz]

## [`2.2.0`][2.2.0]

Expand Down Expand Up @@ -140,5 +141,6 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
[#243]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/243
[#272]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/272
[#273]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/273
[#340]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/340

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"security": "https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpunit/phpunit": "^10.1.3"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98fd667

Please sign in to comment.