Skip to content

Make usable with phpunit >10.0 and symfony >6.0 #66

Make usable with phpunit >10.0 and symfony >6.0

Make usable with phpunit >10.0 and symfony >6.0 #66

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
matrix:
phpunit: [6.5.13, 7.5.18, 8.5.31, 9.5.26]
php: [7.3, 7.4]
include:
- phpunit: 8.5.31
php: 8.0
- phpunit: 9.5.26
php: 8.0
- phpunit: 9.5.26
php: 8.1
steps:
- uses: actions/checkout@v3
- uses: php-actions/[email protected]
with:
php_version: ${{ matrix.php }}
- name: PHPUnit Tests
uses: php-actions/[email protected]
with:
php_version: ${{ matrix.php }}
version: ${{ matrix.phpunit }}