Skip to content

fix(deps): update dependency phpstan/phpdoc-parser to v1.32.0 #85

fix(deps): update dependency phpstan/phpdoc-parser to v1.32.0

fix(deps): update dependency phpstan/phpdoc-parser to v1.32.0 #85

Workflow file for this run

---
name: CI
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "*"
pull_request:
branches: ["main"]
jobs:
static:
name: Static Check
uses: kilip/gh-php-common/.github/workflows/static-check.yaml@main
with:
php_version: 8.3
commitlint: true
phpstan: true
phpcsfixer: true
secrets: inherit
testing:
needs: ["static"]
name: Testing
uses: kilip/gh-php-common/.github/workflows/testing.yaml@main
with:
pre_run: |
./bin/console --version
codecov: true
postgres: true
secrets: inherit
build:
needs: ["testing"]
name: Build
uses: kilip/gh-php-common/.github/workflows/build-image.yaml@main
secrets: inherit
with:
goss: true
description: API Template Container
goss_file: ./frankenphp/goss.yaml