Skip to content

It should trow an exception instead of silently ignoring a claim #101

It should trow an exception instead of silently ignoring a claim

It should trow an exception instead of silently ignoring a claim #101

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: php-actions/composer@v6
with:
php_version: 8.1
- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_version: 8.1
version: 9.6