Skip to content

Commit 5fad20b

Browse files
committed
test with symfony 8
1 parent 70b52ee commit 5fad20b

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
varnish-version: ['6.6']
24-
php: ['8.1', '8.2', '8.3', '8.4']
24+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
2525
include:
2626
- php: '8.1'
2727
varnish-version: '7.1'
@@ -35,8 +35,8 @@ jobs:
3535
- php: '8.4'
3636
varnish-version: '7.1'
3737
varnish-modules-version: '0.20.0'
38-
- php: '8.4'
39-
symfony-version: '7.*'
38+
- php: '8.5'
39+
symfony-version: '8.*'
4040

4141
steps:
4242
- name: Setup PHP

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
66
3.x
77
===
88

9+
3.1.2
10+
-----
11+
12+
* Compatible with Symfony 8.
13+
* Testing with PHP 8.5.
14+
915
3.1.1
1016
-----
1117

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"symfony/event-dispatcher": "^6.4 || ^7.0",
26-
"symfony/options-resolver": "^6.4 || ^7.0",
25+
"symfony/event-dispatcher": "^6.4 || ^7.0 || ^8.0",
26+
"symfony/options-resolver": "^6.4 || ^7.0 || ^8.0",
2727
"php-http/client-common": "^1.1.0 || ^2.0",
2828
"php-http/discovery": "^1.12",
2929
"php-http/async-client-implementation": "^1.1.0 || ^2.0",
@@ -35,8 +35,8 @@
3535
"monolog/monolog": "^1.0",
3636
"php-http/guzzle7-adapter": "^1",
3737
"php-http/mock-client": "^1.6.0",
38-
"symfony/process": "^6.4|| ^7.0",
39-
"symfony/http-kernel": "^6.4|| ^7.0",
38+
"symfony/process": "^6.4|| ^7.0 || ^8.0",
39+
"symfony/http-kernel": "^6.4|| ^7.0 || ^8.0",
4040
"phpunit/phpunit": "^10.5"
4141
},
4242
"conflict": {

0 commit comments

Comments
 (0)