From 4ac4750cb5746fb11c76a8d35d09437fa9720ec1 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Thu, 12 Feb 2026 22:19:40 +0100 Subject: [PATCH] Add PHP 8.5 to test matrix --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49e306d..98f0b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,18 @@ jobs: style-fix: none composer-require-checker-version: none + - operating-system: 'ubuntu-latest' + php-version: '8.5' + static-analysis: none + style-fix: none + composer-require-checker-version: none + - operating-system: 'windows-latest' - php-version: '8.3' + php-version: '8.5' job-description: 'on Windows' - operating-system: 'macos-latest' - php-version: '8.3' + php-version: '8.5' job-description: 'on macOS' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}