diff options
Diffstat (limited to '.github/workflows/distributions_php8.yml')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index 04867d7..ede9329 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -6,7 +6,7 @@ on: | |||
| 6 | - cron: '0 16 * * 5' | 6 | - cron: '0 16 * * 5' |
| 7 | 7 | ||
| 8 | jobs: | 8 | jobs: |
| 9 | alpine_81: | 9 | alpine_82: |
| 10 | runs-on: ubuntu-latest | 10 | runs-on: ubuntu-latest |
| 11 | container: alpine:edge | 11 | container: alpine:edge |
| 12 | steps: | 12 | steps: |
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | - name: Remove tests failing on alpine for wathever reason | 17 | - name: Remove tests failing on alpine for wathever reason |
| 18 | run: rm -rf src/tests/*session*/ src/tests/broken_configuration/ src/tests/*cookie* src/tests/upload_validation/ | 18 | run: rm -rf src/tests/*session*/ src/tests/broken_configuration/ src/tests/*cookie* src/tests/upload_validation/ |
| 19 | - name: Install dependencies | 19 | - name: Install dependencies |
| 20 | run: apk add php81-dev php81-cgi php81-simplexml php81-xml pcre-dev build-base php81-pear php81-openssl re2c | 20 | run: apk add php82-dev php82-cgi php82-simplexml php82-xml pcre-dev build-base php82-pear php82-openssl re2c |
| 21 | - name: Install pecl | 21 | - name: Install pecl |
| 22 | continue-on-error: true | 22 | continue-on-error: true |
| 23 | run: pecl install vld-beta | 23 | run: pecl install vld-beta |
