Skip to content

Commit

Permalink
Run PHP8.2 tests on Alpine, now that PHP81 is dead there
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Apr 13, 2024
1 parent f558f62 commit 2caa6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distributions_php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 16 * * 5'

jobs:
alpine_81:
alpine_82:
runs-on: ubuntu-latest
container: alpine:edge
steps:
Expand All @@ -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
Expand Down

0 comments on commit 2caa6b9

Please sign in to comment.