Skip to content

Commit dc7b35a

Browse files
committed
Update github actions again
1 parent 06823be commit dc7b35a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- php: 8.0
2828
dependency-version: prefer-lowest
2929
- php: 7.4
30-
laravel: 9
30+
laravel: 9.*
3131
- php: 7.3
32-
laravel: 9
32+
laravel: 9.*
3333

3434
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3535

@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Install dependencies
6363
run: |
64-
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
64+
composer require "illuminate/database:${{ matrix.laravel }}" "illuminate/notifications:${{ matrix.laravel }}" "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6565
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6666
6767
- name: Execute tests

0 commit comments

Comments
 (0)