Skip to content

Hydrate additional properties #65

Hydrate additional properties

Hydrate additional properties #65

Workflow file for this run

name: Test Suite
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ "8.1", "8.2", "8.3" ]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --no-progress
- name: Run test suite
run: vendor/bin/phpunit --no-coverage