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 1a24744 commit 9c31266Copy full SHA for 9c31266
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
operating-system: [ ubuntu-latest ]
23
php-versions: [ '8.1','8.0','7.4' ]
24
- dependency-stability: [ 'prefer-none' ]
+ dependency-stability: [ 'prefer-stable' ]
25
26
laravel: [ '10.*' ]
27
include:
@@ -68,6 +68,7 @@ jobs:
68
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
69
- name: Install Laravel Dependencies
70
run: |
71
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
72
composer update --${{ matrix.dependency-stability }} --prefer-dist --no-interaction --no-suggest
73
74
- name: Update Dependencies with latest stable
0 commit comments