From 141554a8541254e5006495ce15b0c5aabcf00eee Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Mon, 15 Dec 2025 09:50:28 -0600 Subject: [PATCH] update ci.yml to remove PHP 8.1 --- .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 c6f06a8..1f897bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.1', '8.2', '8.3' ] + php: [ '8.2', '8.3' ] steps: - name: Checkout