Skip to content

Commit e9d6d69

Browse files
committed
Run tests against PHP 8.4
1 parent 5f8da13 commit e9d6d69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '8.1'
2929
- '8.2'
3030
- '8.3'
31+
- '8.4'
3132
symfony-version:
3233
- 4.4.*
3334
- 5.*

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^7.2||^8.0",
1616
"guzzlehttp/psr7": "^2.1.1",
1717
"jean85/pretty-package-versions": "^1.5||^2.0",
18-
"sentry/sentry": "^4.9.0",
18+
"sentry/sentry": "^4.10.0",
1919
"symfony/cache-contracts": "^1.1||^2.4||^3.0",
2020
"symfony/config": "^4.4.20||^5.0.11||^6.0||^7.0",
2121
"symfony/console": "^4.4.20||^5.0.11||^6.0||^7.0",

0 commit comments

Comments
 (0)