From a60b71d7d38c180e123fd6d6973126440b69e696 Mon Sep 17 00:00:00 2001 From: Christer Edvartsen Date: Mon, 6 Jan 2025 09:20:28 +0100 Subject: [PATCH] Revert "Test on 8.3" This reverts commit 416650e30c1c34c9bce84ed549fbbff5dd19dd42. --- .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 b778a41..fd3f2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2'] name: Validate and test on PHP ${{ matrix.php }} steps: - uses: actions/checkout@v4