From 15159a111f66546ce16523216e17f1fbd055af6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Mon, 6 Oct 2025 19:27:51 +0100 Subject: [PATCH] qa: Run unit tests on PHP 8.5 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6cd962..ca6822a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: php-version: + - '8.5' - '8.4' - '8.3' - '8.2'