File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Test PHP
33on :
44 push :
55 branches-ignore :
6- - ' master'
6+ - " master"
77
88jobs :
99 phplint :
1010 name : Phplint
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1212 steps :
1313 - name : Setup PHP version
1414 uses : shivammathur/setup-php@v2
1515 with :
16- php-version : ' 7.2'
16+ php-version : " 7.2"
1717 extensions : simplexml
1818 - name : Checkout source code
1919 uses : actions/checkout@v2
3434 run : composer run lint
3535 phpunit :
3636 name : Phpunit
37- runs-on : ubuntu-latest
37+ runs-on : ubuntu-22.04
3838 services :
3939 mysql :
4040 image : mysql:5.7
4747 - name : Setup PHP version
4848 uses : shivammathur/setup-php@v2
4949 with :
50- php-version : ' 7.2'
50+ php-version : " 7.2"
5151 extensions : simplexml, mysql
5252 tools : phpunit-polyfills
5353 - name : Checkout source code
6969 - name : Install composer
7070 run : composer install --prefer-dist --no-progress --no-suggest
7171 - name : Run phpunit
72- run : composer run-script phpunit
72+ run : composer run-script phpunit
You can’t perform that action at this time.
0 commit comments