From 34e2476020a51ae412e11296c863476f1e76b97f Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sun, 13 Oct 2024 20:12:46 -0500 Subject: [PATCH] Add newest version PHP to CI runs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc58260..dfddfd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] runs-on: ${{ matrix.os }} steps: - name: Checkout