Skip to content

✨ Introduced new exception for 3rd party orders #102

✨ Introduced new exception for 3rd party orders

✨ Introduced new exception for 3rd party orders #102

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_version: 8.2