From d1e0b9b71dc90145aeae733953de78bfb96ec525 Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Fri, 9 Aug 2024 14:16:06 +0300 Subject: [PATCH] ci --- .github/workflows/test-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-config.yml b/.github/workflows/test-config.yml index e2d36aa..45d4854 100644 --- a/.github/workflows/test-config.yml +++ b/.github/workflows/test-config.yml @@ -72,7 +72,7 @@ jobs: - name: Run test suite run: composer run-script phpunit - if: matrix.php == '8.0' + if: matrix.php != '8.0' - name: Publish code coverage env: