File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
tests :
11
11
runs-on : " ubuntu-latest"
12
- name : " Test ${{ matrix.php }}"
12
+ name : " Tests (PHP ${{ matrix.php }}) "
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
16
php :
17
17
- " 7.4"
18
18
- " 8.0"
19
19
- " 8.1"
20
+ - " 8.2"
20
21
21
22
steps :
22
23
- name : " Check out repository code"
36
37
37
38
symfony-version :
38
39
runs-on : " ubuntu-latest"
39
- name : " Test ${{ matrix.config.php }} with Symfony ${{ matrix.config.symfony_version }}"
40
+ name : " Tests (PHP ${{ matrix.config.php }}) with Symfony ${{ matrix.config.symfony_version }}"
40
41
strategy :
41
42
fail-fast : false
42
43
matrix :
@@ -77,12 +78,12 @@ jobs:
77
78
78
79
infection :
79
80
runs-on : " ubuntu-latest"
80
- name : " Infection ${{ matrix.php }}"
81
+ name : " Infection (PHP ${{ matrix.php }}) "
81
82
strategy :
82
83
fail-fast : false
83
84
matrix :
84
85
php :
85
- - " 8.1 "
86
+ - " 8.2 "
86
87
87
88
steps :
88
89
- name : " Check out repository code"
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
tests :
10
10
runs-on : ubuntu-latest
11
- name : Lint ${{ matrix.check.name }}
11
+ name : " ${{ matrix.check.name }} (PHP ${{ matrix.check.php }}) "
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- php : [ '8.1 ' ]
15
+ php : [ '8.2 ' ]
16
16
check :
17
17
- name : PHPStan
18
18
command : make phpstan
You can’t perform that action at this time.
0 commit comments