Skip to content

✨ Introduce optional outbound shipment id #96

✨ Introduce optional outbound shipment id

✨ Introduce optional outbound shipment id #96

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