From db9ef4bd6bc0c1d25e90f35de2b95f5c91e0080f Mon Sep 17 00:00:00 2001 From: Pontus Svensson Date: Fri, 14 Jun 2024 13:40:51 +0200 Subject: [PATCH] Run CI on latest PHP versions These are the current active PHP versions. See https://www.php.net/supported-versions.php. --- .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 694e8a0..a1ef25c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4, 8.0] + php: [8.1, 8.2, 8.3] steps: - name: Checkout code