File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- php-version : ' 8.0'
26
26
laravel-version : ' 5.8.*'
27
27
28
- name : Tests on PHP ${{ matrix.php-version }}
28
+ name : Tests on PHP ${{ matrix.php-version }} with Laravel ${{ matrix.laravel-version }}
29
29
30
30
steps :
31
31
- name : Checkout
50
50
51
51
- name : Install dependencies
52
52
if : steps.composer-cache.outputs.cache-hit != 'true'
53
- run : composer install --prefer-dist --no-progress --no-suggest
53
+ run : composer update --with "illuminate/contracts=${{ matrix.laravel-version }}" --prefer-dist --no-progress --no-suggest
54
54
55
55
- name : Install laravel/legacy-factories only for Laravel 8.0
56
56
if : matrix.laravel-version == '^8.0'
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " >=7.1 " ,
20
+ "php" : " >=7.2 " ,
21
21
"illuminate/contracts" : " >=5.7" ,
22
22
"illuminate/database" : " >=5.7" ,
23
23
"illuminate/support" : " >=5.7"
You can’t perform that action at this time.
0 commit comments