From c63f5fd7752f59da1e6568f64d10814103cd7c17 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 5 Jan 2022 19:25:39 +0100 Subject: removed test case for github actions + PHP 7 --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6d22bf3..adc3da9 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -19,7 +19,7 @@ jobs: if: startsWith(matrix.container, 'php:7') run: | pecl install vld-beta - rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt + rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt - name: Build and run the testsuite run: | make release -- cgit v1.3