From a9330ac44f924bc833e5438ec8e4a5f857cd255d Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 25 Nov 2025 22:41:21 +0100 Subject: [PATCH] ci: add tests for PHP 8.5 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 554a105..6b4ed65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,6 +184,7 @@ jobs: - php-version: '8.2' - php-version: '8.3' - php-version: '8.4' + - php-version: '8.5' container: image: ghcr.io/spomky-labs/phpqa:${{ matrix.php-version }} env: