Skip to content

Commit b24bee3

Browse files
committed
Allow dev for laravel 10 testing
1 parent bba4db3 commit b24bee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171

7272
- name: Install dependencies
7373
run: |
74+
composer config minimum-stability dev
7475
composer self-update
7576
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
7677
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)