diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/distributions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index 79ae9b5..9c19f39 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml | |||
| @@ -101,7 +101,7 @@ jobs: | |||
| 101 | - name: Remove tests failing on alpine for wathever reason | 101 | - name: Remove tests failing on alpine for wathever reason |
| 102 | run: rm -rf src/tests/cookies_encryption_warning src/tests/upload_validation/upload_validation.phpt /tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt | 102 | run: rm -rf src/tests/cookies_encryption_warning src/tests/upload_validation/upload_validation.phpt /tests/broken_configuration/encrypt_regexp_cookies_bad_regexp.phpt |
| 103 | - name: Install dependencies | 103 | - name: Install dependencies |
| 104 | run: apk add php7-dev php7-cgi php7-simplexml php7-xml pcre-dev build-base php7-pear php7-openssl php7-session bash | 104 | run: apk add php7-dev php7-cgi php7-simplexml php7-xml pcre-dev build-base php7-pear php7-openssl php7-session bash grep |
| 105 | - name: Install pecl | 105 | - name: Install pecl |
| 106 | continue-on-error: true | 106 | continue-on-error: true |
| 107 | run: pecl install vld-beta | 107 | run: pecl install vld-beta |
| @@ -125,7 +125,7 @@ jobs: | |||
| 125 | - name: Remove tests failing on alpine for wathever reason | 125 | - name: Remove tests failing on alpine for wathever reason |
| 126 | run: rm -rf src/tests/cookies_encryption_warning src/tests/upload_validation/upload_validation.phpt | 126 | run: rm -rf src/tests/cookies_encryption_warning src/tests/upload_validation/upload_validation.phpt |
| 127 | - name: Install dependencies | 127 | - name: Install dependencies |
| 128 | run: apk add php8-dev php8-cgi php8-simplexml php8-xml pcre-dev build-base php8-pear php8-openssl php8-session php8-curl bash | 128 | run: apk add php8-dev php8-cgi php8-simplexml php8-xml pcre-dev build-base php8-pear php8-openssl php8-session php8-curl bash grep |
| 129 | - name: Install pecl | 129 | - name: Install pecl |
| 130 | continue-on-error: true | 130 | continue-on-error: true |
| 131 | run: pecl install vld-beta | 131 | run: pecl install vld-beta |
