Skip to content

Use the default FreeBSD trust store according to certctl(8) #96

Use the default FreeBSD trust store according to certctl(8)

Use the default FreeBSD trust store according to certctl(8) #96

Workflow file for this run

name: "PHPStan"
on:
- push
- pull_request
permissions:
contents: read
jobs:
tests:
name: "PHPStan"
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "7.2"
- "8.3"
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
coverage: none
- uses: ramsey/composer-install@v3
with:
dependency-versions: highest
- name: Run PHPStan
run: composer phpstan