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 b110f15 commit 114f840Copy full SHA for 114f840
.github/workflows/test.yml
@@ -30,8 +30,6 @@ jobs:
30
with:
31
php-version: ${{ matrix.php-version }}
32
- uses: actions/checkout@v2
33
- - name: Install dependencies
34
- run: composer install --no-interaction --prefer-dist --no-progress
35
- name: Install laravel
36
run: composer require illuminate/contracts:${{ matrix.laravel-version }} --no-interaction --prefer-dist --no-progress
37
- name: Run unit tests
0 commit comments