Skip to content

Fix VatNumberValidatorTest #23

Fix VatNumberValidatorTest

Fix VatNumberValidatorTest #23

Workflow file for this run

name: PHP Composer
on: [ "push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3' ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: vendor/bin/phpunit