diff options
Diffstat (limited to '.github/workflows/distributions_php8.yml')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index b885b05..379ee04 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -43,6 +43,7 @@ jobs: | |||
| 43 | DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c | 43 | DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c |
| 44 | - name: Install pecl | 44 | - name: Install pecl |
| 45 | run: pecl install vld-beta | 45 | run: pecl install vld-beta |
| 46 | continue-on-error: true | ||
| 46 | - name: Build and run the testsuite | 47 | - name: Build and run the testsuite |
| 47 | run: make release tests | 48 | run: make release tests |
| 48 | continue-on-error: true | 49 | continue-on-error: true |
