Skip to content

fix(ci): checkout v5, ignore errors in all workflows #8

fix(ci): checkout v5, ignore errors in all workflows

fix(ci): checkout v5, ignore errors in all workflows #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
coverage: xdebug
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run PHPUnit
run: ./vendor/bin/phpunit