From 7a680d6a98c1c64298182866662ac19caadc0508 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Wed, 11 Oct 2023 17:59:49 +0300 Subject: [PATCH] Add PHP8 Compatibility --- .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 7f528bd..4897e2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,4 +43,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit --testdox + run: vendor/bin/phpunit src/test/php --testdox