From acaf8baa622640861715a202bedcf41441f72e8c Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 12 Nov 2025 09:32:32 +0100 Subject: [PATCH] [1.x] Run CI jobs on PHP8.5 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a15fb4..5da29ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.5 - 8.4 - 8.3 - 8.2 @@ -46,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: 8.4 + php-version: 8.5 coverage: xdebug ini-file: development - run: composer install