From d61aa425e8e9423a0bbfa3daa43d72738c64c41e Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Mon, 5 Feb 2024 20:59:56 +0330 Subject: [PATCH] Revert "ci: add 8.3 test runner" This reverts commit d5d0792b8102fd3163ae83f6c61ed7220c109141. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fa93c6bc..00159e9d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.1, 8.2 ] name: PHP ${{ matrix.php }} timeout-minutes: 10 steps: