Skip to content

Start marking deprecated pieces (#351) #427

Start marking deprecated pieces (#351)

Start marking deprecated pieces (#351) #427

Workflow file for this run

name: 'Unit Tests & Static Analysis'
on:
push:
branches: [ release-2.x, release-3.x ]
pull_request:
branches: [ release-2.x, release-3.x ]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Composer
uses: php-actions/composer@v6
- name: Tests
uses: php-actions/phpunit@v3
with:
version: 9.6
- name: Static Analysis
run: "vendor/bin/psalm"