File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [8.1, 8. 2, 8.3, 8.4]
16
+ php : [8.2, 8.3, 8.4]
17
17
laravel : [10.*, 11.*, 12.*]
18
18
include :
19
19
- laravel : 10.*
22
22
testbench : 9.*
23
23
- laravel : 12.*
24
24
testbench : 10.*
25
- exclude :
26
- - laravel : 11.*
27
- php : 8.1
28
- - laravel : 12.*
29
- php : 8.1
30
25
31
26
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
32
27
50
45
51
46
- name : Install dependencies
52
47
run : |
53
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
48
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
54
49
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
55
50
56
51
- name : Execute tests
You can’t perform that action at this time.
0 commit comments