File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-20.04
11
11
strategy :
12
12
matrix :
13
- php : ['8.1', '8.2', '8.3']
13
+ php : ['8.1', '8.2', '8.3', '8.4' ]
14
14
stability : [prefer-lowest, prefer-stable]
15
- include :
16
- - php : ' 8.4'
17
- flags : " --ignore-platform-req=php"
18
- phpunit-flags : ' --no-coverage'
19
- stability : prefer-stable
20
15
steps :
21
16
- name : Checkout code
22
17
uses : actions/checkout@v3
50
45
51
46
- name : Run Unit tests with coverage
52
47
run : composer phpunit -- ${{ matrix.phpunit-flags }}
53
- if : ${{ matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'}}
54
-
55
- - name : Run Unit tests without coverage
56
- run : composer phpunit:min
57
- if : ${{ matrix.php == '8.4'}}
58
48
59
49
- name : Run static analysis
60
50
run : composer phpstan
You can’t perform that action at this time.
0 commit comments