Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

New driver fixes from manual testing #187

New driver fixes from manual testing

New driver fixes from manual testing #187

Workflow file for this run

name: PHPUnit Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: PHP ${{ matrix.php }}
uses: ./.github/workflows/phpunit-tests-run.yml
permissions:
contents: read
secrets: inherit
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
phpunit-config: ${{ 'phpunit.xml.dist' }}