File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
- php : 8.0
28
28
dependency-version : prefer-lowest
29
29
- php : 7.4
30
- laravel : 9
30
+ laravel : 9.*
31
31
- php : 7.3
32
- laravel : 9
32
+ laravel : 9.*
33
33
34
34
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
35
35
61
61
62
62
- name : Install dependencies
63
63
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
65
65
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
66
66
67
67
- name : Execute tests
You can’t perform that action at this time.
0 commit comments