From fa4904bd21ceda0cd53273da6f87637101932eeb Mon Sep 17 00:00:00 2001 From: regisoc Date: Tue, 8 Aug 2023 15:10:31 -0400 Subject: [PATCH] test 7.4 only- r --- .github/workflows/loristest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/loristest.yml b/.github/workflows/loristest.yml index c39bb89b43d..a36f76177e7 100644 --- a/.github/workflows/loristest.yml +++ b/.github/workflows/loristest.yml @@ -13,7 +13,7 @@ jobs: - static - unit - integration - php: '7.4' + php: ['7.4'] steps: - uses: actions/checkout@v2