From 43fc92c2013be8840d5f4e8ca2cc7911add21be3 Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Mon, 23 Sep 2024 13:43:19 -0400 Subject: [PATCH] ci: add newer php versions to test workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46265c8..91a2950 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout code uses: actions/checkout@v4