Skip to content

Commit 9dec31d

Browse files
committed
Update run-tests.yml
1 parent 04c99b5 commit 9dec31d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
- laravel: 11.*
2121
testbench: 9.*
2222
carbon: ^3.2
23+
laravel-package-tools: ^11.0
2324

2425
- laravel: 10.*
2526
testbench: 8.*
2627
carbon: ^2.63
28+
laravel-package-tools: ^10.0
2729

2830
exclude:
2931
- laravel: 11.*
@@ -49,7 +51,7 @@ jobs:
4951
5052
- name: Install dependencies
5153
run: |
52-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
54+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" --no-interaction --no-update
5355
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5456
5557
- name: List Installed Dependencies

0 commit comments

Comments
 (0)