From a9a42ceab98d46acc6d019d817fbfe57ea1385ac Mon Sep 17 00:00:00 2001 From: Enric Morales Date: Thu, 27 Mar 2025 21:54:17 +0100 Subject: [PATCH] Update PHP Versions --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bf63e6..7b5ef18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,11 @@ jobs: strategy: matrix: php: + - 8.5 + - 8.4 + - 8.3 + - 8.2 + - 8.1 - 7.4 - 7.3 - 7.2