Skip to content

PHP 8.5 compatibility #22

PHP 8.5 compatibility

PHP 8.5 compatibility #22

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@run-as-current-user
- name: PHPUnit Tests
uses: php-actions/phpunit@v4
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml