File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -21,24 +21,17 @@ permissions:
21
21
22
22
jobs :
23
23
lint :
24
- name : PHP ${{ matrix.php-version }} Lint with PHP CS Fixer
24
+ name : Lint with PHP CS Fixer
25
25
runs-on : ubuntu-22.04
26
26
27
- strategy :
28
- fail-fast : false
29
- matrix :
30
- php-version :
31
- - ' 8.0'
32
- - ' 8.1'
33
-
34
27
steps :
35
28
- name : Checkout
36
29
uses : actions/checkout@v4
37
30
38
31
- name : Setup PHP
39
32
uses : shivammathur/setup-php@v2
40
33
with :
41
- php-version : ${{ matrix.php-version }}
34
+ php-version : ' 8.1 '
42
35
extensions : tokenizer
43
36
coverage : none
44
37
Original file line number Diff line number Diff line change @@ -40,12 +40,11 @@ permissions:
40
40
41
41
jobs :
42
42
build :
43
- name : PHP ${{ matrix.php-versions }} Analyze code (Rector) on ${{ matrix.paths }}
43
+ name : Analyze code (Rector)
44
44
runs-on : ubuntu-22.04
45
45
strategy :
46
46
fail-fast : false
47
47
matrix :
48
- php-versions : ['8.0', '8.1']
49
48
paths :
50
49
- app
51
50
- system
58
57
- name : Setup PHP
59
58
uses : shivammathur/setup-php@v2
60
59
with :
61
- php-version : ${{ matrix.php-versions }}
60
+ php-version : ' 8.1 '
62
61
extensions : intl
63
62
64
63
- name : Use latest Composer
You can’t perform that action at this time.
0 commit comments