We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c7369 commit c4a29e9Copy full SHA for c4a29e9
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
39
40
- name: Install PHP 8.1 dependencies
41
- run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ignore-platform-reqs
+ run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
42
43
- name: Run Tests for PHP 8.1
44
run: ./vendor/bin/pest --coverage
0 commit comments