Skip to content

Commit

Permalink
Remove archlinux from the php7 CI
Browse files Browse the repository at this point in the history
Arch doesn't ship php7 anymore
  • Loading branch information
jvoisin committed Aug 6, 2023
1 parent 0e083e2 commit 77a3b30
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/distributions_php7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,3 @@ jobs:
if: ${{ failure() }}
run: |
grep -r . --include='*.log' src/tests
archlinux:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Remove php8 tests for php7
run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt
- name: Install dependencies
continue-on-error: true
run: |
pacman --sync --refresh --noconfirm --quiet php wget autoconf gcc make re2c
wget https://pear.php.net/go-pear.phar
php go-pear.phar
- name: Install pecl
continue-on-error: true
run: pecl install vld-beta
- name: Build SP and run the testsuite
continue-on-error: true
run: make tests
- name: Show logs in case of failure
continue-on-error: true
if: ${{ failure() }}
run: |
grep -r . --include='*.log' src/tests

0 comments on commit 77a3b30

Please sign in to comment.