From a3d37b652e9bc620b22efb443dec03f560fe3c84 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 8 Oct 2025 16:31:40 +0200 Subject: [PATCH] [ci] add tests for PHP 8.5 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdbbdfd..7f5549f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,7 @@ jobs: - php: '8.2' - php: '8.3' - php: '8.4' + - php: '8.5' name: PHP ${{ matrix.php }} - ${{ matrix.stability }} tests steps: