From 7741a780e003b1006e4fdb815d6b57de8252eed3 Mon Sep 17 00:00:00 2001 From: Serhii Donii Date: Wed, 13 Apr 2022 20:26:43 +0300 Subject: [PATCH] fix tests --- .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 a1753ce..2fe4b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '7.2' coverage: 'none' - name: Checkout code