Skip to content

Merge pull request #28 from YouweGit/feature/ignore-patterns-yamllint #56

Merge pull request #28 from YouweGit/feature/ignore-patterns-yamllint

Merge pull request #28 from YouweGit/feature/ignore-patterns-yamllint #56

Workflow file for this run

name: Testing Suite
on: [push]
jobs:
PHP:
strategy:
matrix:
image: [
'srcoder/development-php:php74-fpm',
'srcoder/development-php:php80-fpm',
'srcoder/development-php:php81-fpm'
]
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Testing Suite
run: |
composer2 install --dev --prefer-dist --no-scripts --no-progress --optimize-autoloader --no-interaction -vvv
composer2 show
composer2 exec -v grumphp run
shell: bash