Skip to content

feat: allow using symfony/uid to generate ids #48

feat: allow using symfony/uid to generate ids

feat: allow using symfony/uid to generate ids #48

Workflow file for this run

name: PHPStan
on:
push:
branches:
- master
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php_version:
- '8.0'
name: PHP ${{ matrix.php_version }}
steps:
- uses: actions/checkout@v2
- name: Setup PHP with pecl extension
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
- run: composer install
- run: composer phpstan