Skip to content

Commit d3a227f

Browse files
committed
ignored routes
1 parent efc1f85 commit d3a227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
php-version: ${{ matrix.php_version }}
3131
coverage: xdebug
3232
- name: Install dependencies
33-
run: composer install
33+
run: composer install --ignore-platform-reqs
3434
- name: PHPUnit check
3535
run: ./vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)