diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 19 | if: startsWith(matrix.container, 'php:7') | 19 | if: startsWith(matrix.container, 'php:7') |
| 20 | run: | | 20 | run: | |
| 21 | pecl install vld-beta | 21 | pecl install vld-beta |
| 22 | rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt | 22 | rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt |
| 23 | - name: Build and run the testsuite | 23 | - name: Build and run the testsuite |
| 24 | run: | | 24 | run: | |
| 25 | make release | 25 | make release |
