Skip to content

Commit a44bc8e

Browse files
authored
Merge pull request #598 from FriendsOfSymfony/sf8
test with php 8.5
2 parents b37a6ee + 87ce63d commit a44bc8e

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
env:
1010
DEPENDENCIES: 'toflar/psr6-symfony-http-cache-store:^2|^3|^4'
11-
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=0'
1211

1312
jobs:
1413
latest:
@@ -20,24 +19,15 @@ jobs:
2019
strategy:
2120
fail-fast: false
2221
matrix:
23-
varnish-version: ['6.6']
24-
php: ['8.1', '8.2', '8.3', '8.4']
22+
varnish-version: ['7.1']
23+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
2524
include:
2625
- php: '8.1'
27-
varnish-version: '7.1'
28-
varnish-modules-version: '0.20.0'
29-
- php: '8.2'
30-
varnish-version: '7.1'
31-
varnish-modules-version: '0.20.0'
32-
- php: '8.3'
33-
varnish-version: '7.1'
26+
varnish-version: '6.6'
3427
varnish-modules-version: '0.20.0'
35-
- php: '8.4'
28+
- php: '8.5'
3629
varnish-version: '7.1'
3730
varnish-modules-version: '0.20.0'
38-
- php: '8.4'
39-
symfony-version: '7.*'
40-
- php: '8.4'
4131
symfony-version: '8.*'
4232

4333
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)