From f41fbe2fb23109837fc69b67f9eae3675239fab6 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Sat, 4 Oct 2025 14:05:29 +0300 Subject: [PATCH] Test against php 8.5 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce2dbbf3..6ef0234d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,10 @@ jobs: php-version: '8.4' psalm: none + - operating-system: 'ubuntu-latest' + php-version: '8.5' + psalm: none + name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }} runs-on: ${{ matrix.operating-system }}