Skip to content

Commit

Permalink
CI: Add back pear installation on PHP < 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 31, 2023
1 parent ee863db commit 9e23d4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none

- name: Install PEAR
if: matrix.php < 5.6
run: |
# sudo apt-get update
sudo apt-get install php-pear
pear version
- name: Execute tests
run: pear run-tests tests/*.phpt

Expand Down

0 comments on commit 9e23d4b

Please sign in to comment.