Skip to content

Ignore abstract base-classes in CheckTypehintCallerTypeRule (#26) #127

Ignore abstract base-classes in CheckTypehintCallerTypeRule (#26)

Ignore abstract base-classes in CheckTypehintCallerTypeRule (#26) #127

Workflow file for this run

name: Bare Run on various PHP versions
on: [pull_request, push]
on:

Check failure on line 5 in .github/workflows/bare_run.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bare_run.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
push:
tags:
- '*.72'
jobs:
bare_run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version: ['7.2', '7.3', '7.4', '8.0']
steps:
- uses: actions/checkout@v3
-
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
coverage: none
- run: php bin/monorepo-builder list --ansi