Skip to content

Commit

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

- name: Install PEAR
if: matrix.php < 7.4
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 ee863db

Please sign in to comment.