From 2caa6b92ceb1c2e458a5a0398b0f662df29282f7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 13 Apr 2024 20:32:29 +0200 Subject: [PATCH] Run PHP8.2 tests on Alpine, now that PHP81 is dead there --- .github/workflows/distributions_php8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index 04867d7a..ede93292 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml @@ -6,7 +6,7 @@ on: - cron: '0 16 * * 5' jobs: - alpine_81: + alpine_82: runs-on: ubuntu-latest container: alpine:edge steps: @@ -17,7 +17,7 @@ jobs: - name: Remove tests failing on alpine for wathever reason run: rm -rf src/tests/*session*/ src/tests/broken_configuration/ src/tests/*cookie* src/tests/upload_validation/ - name: Install dependencies - run: apk add php81-dev php81-cgi php81-simplexml php81-xml pcre-dev build-base php81-pear php81-openssl re2c + run: apk add php82-dev php82-cgi php82-simplexml php82-xml pcre-dev build-base php82-pear php82-openssl re2c - name: Install pecl continue-on-error: true run: pecl install vld-beta