File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 10
10
max-parallel : 10
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.4 ', '8.0 ', '8.1 ']
13
+ php : ['8.0 ', '8.1 ', '8.2 ']
14
14
sf_version : ['5.2.*', '5.4.*', '6.0.*']
15
- exclude :
16
- - php : 7.4
17
- sf_version : 6.0.*
18
15
19
16
steps :
20
17
- name : Set up PHP
45
42
- name : Set up PHP
46
43
uses : shivammathur/setup-php@2.7.0
47
44
with :
48
- php-version : 7.4
45
+ php-version : 8.0
49
46
coverage : pcov
50
47
51
48
- name : Checkout code
56
53
57
54
- name : Run tests
58
55
env :
59
- PHP_VERSION : 7.4
56
+ PHP_VERSION : 8.0
60
57
run : ./vendor/bin/phpunit -v --coverage-text
Original file line number Diff line number Diff line change 26
26
- name : Set up PHP
27
27
uses : shivammathur/setup-php@2.7.0
28
28
with :
29
- php-version : 7.4
29
+ php-version : 8.0
30
30
31
31
- name : Download dependencies
32
32
run : composer update --no-interaction --prefer-dist --no-progress --no-suggest --dev
Original file line number Diff line number Diff line change 22
22
}
23
23
},
24
24
"require" : {
25
- "php" : " >=7.4 " ,
25
+ "php" : " >=8.0 " ,
26
26
"bref/bref" : " ^1.2|^2.0" ,
27
27
"symfony/filesystem" : " ^5.2|^6.0" ,
28
28
"symfony/http-kernel" : " ^5.2|^6.0" ,
You can’t perform that action at this time.
0 commit comments