From b6ef87d6294dd2d0ca99ecf079e2d7f660c5cfed Mon Sep 17 00:00:00 2001 From: Michael Kopinsky Date: Tue, 19 Nov 2024 18:57:18 -0500 Subject: [PATCH] Add recent PHP versions to github CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6f607..3a90613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' + - '8.3' + - '8.4' name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - name: Checkout