File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: Quality
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- run :
6
+ run :
7
7
runs-on : ${{ matrix.operating-system }}
8
8
strategy :
9
9
matrix :
10
10
operating-system : [ ubuntu-latest ]
11
- php-versions : [ 7.4 ' ]
11
+ php-versions : [ '8.0 ' ]
12
12
name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
13
steps :
14
14
- name : Checkout
@@ -22,17 +22,12 @@ jobs:
22
22
ini-values : post_max_size=256M, short_open_tag=On # optional, setup php.ini configuration
23
23
coverage : xdebug # optional, setup coverage driver
24
24
tools : psalm, phpcbf, phpcs
25
- - name : Check PHP Version
26
- run : php -v
27
-
25
+
28
26
- name : Add dependencies
29
27
run : composer install
30
28
31
29
- name : Check composer
32
30
run : composer validate
33
31
34
32
- name : Check cs
35
- run : composer cs
36
-
37
- - name : Check psalm
38
- run : composer psalm
33
+ run : composer cs
You can’t perform that action at this time.
0 commit comments