From 87ce63d686ba260773eca65e8b53c7c46ee4f156 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 29 Nov 2025 18:00:42 +0100 Subject: [PATCH] test with php 8.5 --- .github/workflows/ci.yml | 18 ++++-------------- CHANGELOG.md | 6 ++++++ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1adf3f4c..7d2332a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: env: DEPENDENCIES: 'toflar/psr6-symfony-http-cache-store:^2|^3|^4' - SYMFONY_DEPRECATIONS_HELPER: 'max[self]=0' jobs: latest: @@ -20,24 +19,15 @@ jobs: strategy: fail-fast: false matrix: - varnish-version: ['6.6'] - php: ['8.1', '8.2', '8.3', '8.4'] + varnish-version: ['7.1'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] include: - php: '8.1' - varnish-version: '7.1' - varnish-modules-version: '0.20.0' - - php: '8.2' - varnish-version: '7.1' - varnish-modules-version: '0.20.0' - - php: '8.3' - varnish-version: '7.1' + varnish-version: '6.6' varnish-modules-version: '0.20.0' - - php: '8.4' + - php: '8.5' varnish-version: '7.1' varnish-modules-version: '0.20.0' - - php: '8.4' - symfony-version: '7.*' - - php: '8.4' symfony-version: '8.*' steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bfca95..958367b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC 3.x === +3.1.2 +----- + +* Compatible with Symfony 8. +* Testing with PHP 8.5. + 3.1.1 -----