Skip to content

Fix new Psalm and PHPCS errors (#111) #148

Fix new Psalm and PHPCS errors (#111)

Fix new Psalm and PHPCS errors (#111) #148

name: "Continuous Integration"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- src/**
- phpunit.xml.dist
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- src/**
- phpunit.xml.dist
- tests/**
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0"
with:
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'