Skip to content

data format converter validate format upgrade #97

data format converter validate format upgrade

data format converter validate format upgrade #97

Workflow file for this run

name: tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ["8.3", "8.4"]
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
- run: docker compose up -d --quiet-pull --wait
- run: vendor/bin/phpunit tests --no-coverage