diff options
| author | Ben Fuhrmannek | 2022-01-05 19:25:39 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-01-05 19:25:39 +0100 |
| commit | c63f5fd7752f59da1e6568f64d10814103cd7c17 (patch) | |
| tree | daab7506338b31ea436c4f922c61f6433e209809 /.github/workflows/builds.yml | |
| parent | 67edbec4cd01dea6d07fcbdee0d69a62a5ab1238 (diff) | |
removed test case for github actions + PHP 7
Diffstat (limited to '.github/workflows/builds.yml')
| -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 |
