From 6bb348b9eb8f6016f668177ea6d7c6685df7069e Mon Sep 17 00:00:00 2001 From: Paragon Initiatve Enterprises Date: Wed, 29 Jan 2025 06:24:10 -0500 Subject: [PATCH] Add newer PHP versions to matrix --- .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 21921a9..ef3e9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['8.1'] + php-versions: ['8.1', '8.2', '8.3', '8.4'] phpunit-versions: ['latest'] steps: - name: Checkout