Skip to content

Update phpunit/phpunit from 11.1.3 to 11.2.5 #198

Update phpunit/phpunit from 11.1.3 to 11.2.5

Update phpunit/phpunit from 11.1.3 to 11.2.5 #198

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v4
- run: |
nix develop -c composer install
nix develop -c ./run test --testdox --colors=always