Skip to content

Commit

Permalink
Merge pull request #680 from ergebnis/feature/php8.3
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.3
  • Loading branch information
localheinz committed Nov 1, 2023
2 parents 13855d5 + 2f87f65 commit 23b425f
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 @@ -427,6 +427,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

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

- Dropped support for PHP 8.0 ([#604]), by [@localheinz]
- Added support for PHP 8.3 ([#680]), by [@localheinz]

## [`2.6.0`][2.6.0]

Expand Down Expand Up @@ -154,6 +155,7 @@ For a full diff see [`36912f6...1.0.0`][36912f6...1.0.0].
[#531]: https://github.com/ergebnis/clock/pull/531
[#532]: https://github.com/ergebnis/clock/pull/532
[#604]: https://github.com/ergebnis/clock/pull/604
[#680]: https://github.com/ergebnis/clock/pull/680

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/ergebnis/clock"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/clock": "^1.0.0"
},
"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 23b425f

Please sign in to comment.