Skip to content

Commit 3aff60b

Browse files
committed
Run tests on PHPUnit 9
1 parent e1010c2 commit 3aff60b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: composer validate
2626

2727
- name: Install dependencies
28-
run: |
29-
composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs
30-
composer install --prefer-dist --no-progress --no-interaction --no-suggest
28+
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
3129

3230
- name: Run test suite
3331
run: php vendor/bin/codecept run

0 commit comments

Comments
 (0)