From 4eb418b1cc439c1f1577d35301905a30d8f7b6b5 Mon Sep 17 00:00:00 2001 From: Steven Lewis Date: Wed, 3 Nov 2021 10:13:57 +0000 Subject: [PATCH] Update .github/workflows/tests.yml to only test on with php 8.1 Co-authored-by: kenjis --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0178732..6cb735e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.1'] steps: - name: Download standard files uses: actions/checkout@v2