From 4897e4f94e94da0af259316ba4df096f07e88a02 Mon Sep 17 00:00:00 2001 From: W0rma Date: Thu, 13 Nov 2025 16:13:18 +0100 Subject: [PATCH] ci: test against PHP 8.5 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index dc82310..4378032 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5'] name: PHP ${{ matrix.php-versions }}