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
33on : [push, pull_request]
44
55jobs :
6- run :
6+ run :
77 runs-on : ${{ matrix.operating-system }}
88 strategy :
99 matrix :
1010 operating-system : [ ubuntu-latest ]
11- php-versions : [ 7.4 ' ]
11+ php-versions : [ '8.0 ' ]
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313 steps :
1414 - name : Checkout
@@ -22,17 +22,12 @@ jobs:
2222 ini-values : post_max_size=256M, short_open_tag=On # optional, setup php.ini configuration
2323 coverage : xdebug # optional, setup coverage driver
2424 tools : psalm, phpcbf, phpcs
25- - name : Check PHP Version
26- run : php -v
27-
25+
2826 - name : Add dependencies
2927 run : composer install
3028
3129 - name : Check composer
3230 run : composer validate
3331
3432 - 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