Skip to content

Support PhpUnit 10 and Symfony 7 #70

Support PhpUnit 10 and Symfony 7

Support PhpUnit 10 and Symfony 7 #70

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
- phpunit: 10.5.38
php: 8.1
- phpunit: 10.5.38
php: 8.2
- phpunit: 10.5.38
php: 8.3
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 }}