Skip to content

Commit c4a29e9

Browse files
committed
Update ci.yml
1 parent 05c7369 commit c4a29e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3939
4040
- name: Install PHP 8.1 dependencies
41-
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ignore-platform-reqs
41+
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
4242

4343
- name: Run Tests for PHP 8.1
4444
run: ./vendor/bin/pest --coverage

0 commit comments

Comments
 (0)