File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
php : [8.2, 8.3, 8.4]
17
- laravel : [11.*, 12.* ]
17
+ laravel : [11.*]
18
18
include :
19
19
- laravel : 11.*
20
20
testbench : 9.*
21
- - laravel : 12.*
22
- testbench : 10.*
23
21
24
22
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
25
23
43
41
44
42
- name : Install dependencies
45
43
run : |
46
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --with-all-dependencies
44
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
47
45
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
48
46
49
47
- name : Execute tests
You can’t perform that action at this time.
0 commit comments