Skip to content

docs: add Writer monad to README #56

docs: add Writer monad to README

docs: add Writer monad to README #56

Workflow file for this run

name: CI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ "8.3", "8.4" ]
dependencies: [ "lowest", "highest" ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
- uses: ramsey/composer-install@v3
with:
dependency-versions: "${{ matrix.dependencies }}"
- run: vendor/bin/phpstan
- run: vendor/bin/pest