There was an error while loading. Please reload this page.
1 parent f107dee commit a6f9e1dCopy full SHA for a6f9e1d
1 file changed
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Update PEAR
30
if: ${{ matrix.php == '8.5' }}
31
- run: pear update-channels && pear upgrade --force PEAR
+ run: sudo pear update-channels && sudo pear upgrade --force PEAR
32
33
- name: Execute tests
34
run: pear run-tests tests/*.phpt
0 commit comments