Skip to content

Bump twig/twig from 3.2.1 to 3.6.1 #26

Bump twig/twig from 3.2.1 to 3.6.1

Bump twig/twig from 3.2.1 to 3.6.1 #26

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: ~
jobs:
check:
runs-on: ubuntu-latest
name: Validate code
steps:
-
name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
- run: composer install --no-progress
- name: Grumphp
run: vendor/bin/grumphp run --ansi
- name: PHPInsights
run: vendor/bin/phpinsights -n --ansi