From c83a969007517219bdd98e053532636db720ac5c Mon Sep 17 00:00:00 2001 From: Marcello Duarte Date: Sun, 6 Jul 2025 10:25:21 +0100 Subject: [PATCH] Bump php version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 567030a..e1a1879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2'] + php-version: ['8.1', '8.2', '8.3', '8.4'] os: [ubuntu-latest] steps: