Skip to content

Commit f107dee

Browse files
committed
CI: Fix a typo
1 parent d452687 commit f107dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
coverage: none
2828

2929
- name: Update PEAR
30-
if: ${{ matrix.php == "8.5" }}
30+
if: ${{ matrix.php == '8.5' }}
3131
run: pear update-channels && pear upgrade --force PEAR
3232

3333
- name: Execute tests

0 commit comments

Comments
 (0)