We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c0026 commit 58dcf57Copy full SHA for 58dcf57
1 file changed
.github/workflows/integration.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build-test:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
8
9
steps:
10
- name: checkout project
@@ -21,7 +21,9 @@ jobs:
21
run: mkdir logs
22
- name: copy config
23
run: cp config/_config.php config/config.php
24
- - name: run phpcs for PSR12 coding style checks
+ - name: Display PHP version
25
+ run: php7.4 --version
26
+ - name: run phpcs for PSR12 coding style checks
27
run: php7.4 ./vendor/bin/phpcs -np --standard=PSR12 --ignore=".src/Templates" ./src
28
- name: run test - php unit
29
run: php7.4 ./vendor/bin/phpunit --testdox
0 commit comments