Skip to content

Issue #70: Prevent recursion in ParamToEgg_Chain. #71

Issue #70: Prevent recursion in ParamToEgg_Chain.

Issue #70: Prevent recursion in ParamToEgg_Chain. #71

Workflow file for this run

name: CI
on:
- push
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.2]
composer-flags: ['--prefer-lowest', '']
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json
coverage: none
- run: composer install --prefer-dist --no-interaction --no-progress
- run: composer update --no-progress ${{ matrix.composer-flags }}
- run: vendor/bin/phpunit