Skip to content

chore(phpstan): raise static analysis to level 4 (227→0, dead-code removal) #1464

chore(phpstan): raise static analysis to level 4 (227→0, dead-code removal)

chore(phpstan): raise static analysis to level 4 (227→0, dead-code removal) #1464

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
unit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: redis, gd, ldap, mbstring, pdo_mysql, zip, bcmath, exif, pcntl
- name: Run Unit Tests
run: make unit-test
- name: Store screenshots
uses: actions/upload-artifact@v4
if: failure()
with:
name: unit-test
path: tests/_output