summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjvoisin2025-10-24 18:10:12 +0200
committerjvoisin2025-10-24 18:29:09 +0200
commit040f11d6c2ab54e3990a5887b8cebf7a00d17071 (patch)
tree62921db72d5c23045c34757bee6c730478f22b2a /.github/workflows
parentf06cafcfbced1af4978fbaf7f74f9c4f8045e0c5 (diff)
Bump alpine from PHP8.2 to PHP8.3 in the CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/distributions_php8.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml
index 4bca722..6783a05 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
8jobs: 8jobs:
9 alpine_82: 9 alpine_83:
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 php82-dev php82-cgi php82-simplexml php82-xml pcre-dev build-base php82-pear php82-openssl re2c 20 run: apk add php83-dev php83-cgi php83-simplexml php83-xml pcre-dev build-base php83-pear php83-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