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 740afc7 commit fe793a3Copy full SHA for fe793a3
.github/workflows/ci.yml
@@ -25,7 +25,6 @@ jobs:
25
stability: [prefer-lowest, prefer-stable]
26
include:
27
- laravel: 11.*
28
- testbench: 9.*
29
carbon: ^2.63
30
31
steps:
@@ -53,7 +52,7 @@ jobs:
53
52
54
- name: Install dependencies
55
run: |
56
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
57
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
58
59
- name: List Installed Dependencies
0 commit comments