File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 9
9
max-parallel : 15
10
10
fail-fast : false
11
11
matrix :
12
- laravel-version : ['5.8.*', '^6.0', '^7.0']
13
- php-versions : ['7.2 ', '7.4']
12
+ laravel-version : ['5.8.*', '^6.0', '^7.0', '^8.0' ]
13
+ php-versions : ['7.3 ', '7.4']
14
14
name : PHP ${{ matrix.php-versions }} on Laravel ${{ matrix.laravel-version }}
15
15
steps :
16
16
- name : Checkout
34
34
run : |
35
35
composer require --dev --no-interaction "orchestra/testbench:^5.1"
36
36
composer test:integration
37
+ if : matrix.laravel-version == '^8.0'
38
+ run : |
39
+ composer require --dev --no-interaction "orchestra/testbench:^6.0"
40
+ composer test:integration
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " >=7.2" ,
26
26
"twilio/sdk" : " ~6.0" ,
27
- "illuminate/notifications" : " ^5.8 || ^6.0 || ^7.0" ,
28
- "illuminate/support" : " ^5.8 || ^6.0 || ^7.0" ,
29
- "illuminate/events" : " ^5.8 || ^6.0 || ^7.0" ,
30
- "illuminate/queue" : " ^5.8 || ^6.0 || ^7.0"
27
+ "illuminate/notifications" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 " ,
28
+ "illuminate/support" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 " ,
29
+ "illuminate/events" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 " ,
30
+ "illuminate/queue" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 "
31
31
},
32
32
"require-dev" : {
33
33
"mockery/mockery" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments