Skip to content

Update rector/rector requirement from ^1.0.1 to ^2.0.3 #227

Update rector/rector requirement from ^1.0.1 to ^2.0.3

Update rector/rector requirement from ^1.0.1 to ^2.0.3 #227

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
branches: [ 'master' ]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: Run tests
jobs:
tests:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make build v=${{ matrix.php }}
- name: Run tests with phpunit
run: make test v=${{ matrix.php }}