Skip to content

Commit 64e1518

Browse files
committed
Update tests.yml
1 parent a4d7697 commit 64e1518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install dependencies
5151
run: |
52-
composer require "php:${{ matrix.php }}" "phpunit/phpunit:${{ matrix.phpunit }}"" --no-interaction
52+
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction
5353
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5454
- name: Execute tests
5555
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)