This repository was archived by the owner on Feb 14, 2023. It is now read-only.
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
php : [ "7.3", "7.4", "8.0" ]
12
12
laravel : [ "7.0", "8.0" ]
13
+ support : [ "2.0", "3.0" ]
13
14
14
- name : Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}
15
+ name : Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
15
16
16
17
steps :
17
18
- name : Checkout code
29
30
30
31
- name : Install dependencies
31
32
run : |
32
- composer require laravel/framework:^${{ matrix.laravel }}
33
+ composer require laravel/framework:^${{ matrix.laravel }} andrey-helldar/support:^${{ matrix.support }}
33
34
composer update --prefer-stable --prefer-dist --no-progress --no-interaction
34
35
35
36
- name : Execute tests
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
php : [ "7.3", "7.4", "8.0" ]
12
12
symfony : [ "4.0", "5.0" ]
13
+ support : [ "2.0", "3.0" ]
13
14
14
- name : Symfony ${{ matrix.symfony }}, PHP ${{ matrix.php }}
15
+ name : Symfony ${{ matrix.symfony }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
15
16
16
17
steps :
17
18
- name : Checkout code
29
30
30
31
- name : Install dependencies
31
32
run : |
32
- composer require symfony/http-foundation:^${{ matrix.symfony }}
33
+ composer require symfony/http-foundation:^${{ matrix.symfony }} andrey-helldar/support:^${{ matrix.support }}
33
34
composer update --prefer-stable --prefer-dist --no-progress --no-interaction
34
35
35
36
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^7.2.5|^8.0" ,
19
19
"ext-json" : " *" ,
20
- "andrey-helldar/support" : " ^2.16.2" ,
20
+ "andrey-helldar/support" : " ^2.16.2|^3.0 " ,
21
21
"symfony/http-foundation" : " ^4.0|^5.0"
22
22
},
23
23
"require-dev" : {
You can’t perform that action at this time.
0 commit comments