From 69ecb9427a7f671031f55607cbeeba0612b4abb1 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Mon, 1 Sep 2025 09:23:33 +0200 Subject: [PATCH] Add PHP 8.5 to CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be8b093..e7dd375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: strategy: matrix: - php-version: ['8.4'] + php-version: + - '8.4' + - '8.5' name: PHP ${{ matrix.php-version }}