diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c0e5cf..fad2e08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,9 +33,11 @@ jobs: - laravel: '11.*' php: '8.3' testbench: '8.*' + dependency-version: 'prefer-lowest' - laravel: '11.*' php: '8.2' testbench: '8.*' + dependency-version: 'prefer-lowest' - laravel: '10.*' php: '8.3' testbench: '8.*'