Skip to content

Commit 8f04ac0

Browse files
committed
test with php 8.5
1 parent b37a6ee commit 8f04ac0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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'
@@ -37,7 +37,7 @@ jobs:
3737
varnish-modules-version: '0.20.0'
3838
- php: '8.4'
3939
symfony-version: '7.*'
40-
- php: '8.4'
40+
- php: '8.5'
4141
symfony-version: '8.*'
4242

4343
steps:

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

0 commit comments

Comments
 (0)