Skip to content

NGSTACK-1000 modify tests to be compatible with PHP8 and PHPUnit12 #32

NGSTACK-1000 modify tests to be compatible with PHP8 and PHPUnit12

NGSTACK-1000 modify tests to be compatible with PHP8 and PHPUnit12 #32

name: Coding standards
on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
pull_request: ~
jobs:
php-cs-fixer:
name: PHP CS Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run