Skip to content

Commit 5df2005

Browse files
committed
🐛 laravel downgrade for tests
1 parent d2df2fc commit 5df2005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Install dependencies
6666
if: steps.composer-cache.outputs.cache-hit != 'true'
67-
run: composer update --with "illuminate/contracts=${{ matrix.laravel-version }}" --prefer-dist --no-progress
67+
run: composer require laravel/framework:${{ matrix.laravel-version }} -W --prefer-dist --no-progress
6868

6969
- name: Run test suite with Sqlite
7070
if: matrix.database == 'sqlite'

0 commit comments

Comments
 (0)