Skip to content

Commit fe793a3

Browse files
committed
Pin testbench version
1 parent 740afc7 commit fe793a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
stability: [prefer-lowest, prefer-stable]
2626
include:
2727
- laravel: 11.*
28-
testbench: 9.*
2928
carbon: ^2.63
3029

3130
steps:
@@ -53,7 +52,7 @@ jobs:
5352
5453
- name: Install dependencies
5554
run: |
56-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
55+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
5756
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5857
5958
- name: List Installed Dependencies

0 commit comments

Comments
 (0)