Skip to content

Use the family event type as key to not lose it and being able to reconstruct it again #29

Use the family event type as key to not lose it and being able to reconstruct it again

Use the family event type as key to not lose it and being able to reconstruct it again #29

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run tests
run: composer test