Skip to content

Commit bb81d28

Browse files
YozhefJean85
andauthored
Allow PHP 8 (#399)
* Allow PHP 8 * Generalize PHPStan baseline rule * Update changelog Co-authored-by: Alessandro Lai <[email protected]>
1 parent 853c2a3 commit bb81d28

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php:
18+
- '8.0'
1819
- '7.4'
1920
- '7.3'
2021
- '7.2'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [BC BREAK] Removed the `options.excluded_exceptions` configuration option. Instead of setting it, configure the `IgnoreErrorsIntegration` integration (#385)
99
- [BC BREAK] Refactorized the `ConsoleCommandListener`, `ErrorListener`, `RequestListener` and `SubRequestListener` event listeners (#387)
1010
- CLI commands registration policy changed to lazy load
11+
- PHP 8 support (#399, thanks to @Yozhef)
1112

1213
## 3.5.3 (2020-10-13)
1314

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sort-packages": true
2020
},
2121
"require": {
22-
"php": "^7.2",
22+
"php": "^7.2||^8.0",
2323
"jean85/pretty-package-versions": "^1.5",
2424
"sentry/sdk": "^3.0",
2525
"symfony/config": "^3.4||^4.0||^5.0",

0 commit comments

Comments
 (0)