Skip to content

Commit ebe5a9f

Browse files
committed
fix CI workflow syntax
1 parent 40805ca commit ebe5a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
composer-options: "--prefer-dist --no-scripts"
4444

4545
- # https://github.com/sebastianbergmann/phpunit/tree/10.5
46-
- # https://github.com/sebastianbergmann/phpunit/tree/11.5
46+
# https://github.com/sebastianbergmann/phpunit/tree/11.5
4747
name: Unit tests with PHPUnit 10/11
4848
run: vendor/bin/phpunit --no-progress --testdox --do-not-cache-result

0 commit comments

Comments
 (0)