Skip to content

Use new webtrees registry container #121

Use new webtrees registry container

Use new webtrees registry container #121

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-version: ['8.1', '8.2']
name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
steps:
- uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-version }}
extensions: json,intl,mbstring
- name: Checkout repository
uses: actions/checkout@v3
- run: composer validate
- run: composer install --no-progress
- run: vendor/bin/phpstan analyse --xdebug -c phpstan.neon