From d7dab8939e5bcb333cb0468dce8084216e8f6e89 Mon Sep 17 00:00:00 2001 From: n4ss1m Date: Wed, 16 Oct 2024 23:29:41 +0100 Subject: [PATCH] support php 8.0 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 97f6087..3bbd3c7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -47,4 +47,4 @@ jobs: run: composer show -D - name: Execute tests - run: vendor/bin/pest --ci + run: vendor/bin/pest