From f9b45594e4a7af8b9860d10812fd6d116f1dd957 Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Sun, 26 Jan 2025 20:20:05 +0000 Subject: [PATCH] Support all versions --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d08658..e618855 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: php-version: - - '8.0' + - '8.1' steps: - @@ -52,7 +52,7 @@ jobs: strategy: matrix: php-version: - - '8.0' + - '8.1' steps: - @@ -85,9 +85,10 @@ jobs: strategy: matrix: php-version: - - '8.0' - '8.1' - '8.2' + - '8.3' + - '8.4' steps: -