We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d452687 commit f107deeCopy full SHA for f107dee
1 file changed
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
coverage: none
28
29
- name: Update PEAR
30
- if: ${{ matrix.php == "8.5" }}
+ if: ${{ matrix.php == '8.5' }}
31
run: pear update-channels && pear upgrade --force PEAR
32
33
- name: Execute tests
0 commit comments