Update dependency phpstan/phpdoc-parser to v2 - autoclosed #214
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration (SubSplit Client) | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'master' | |
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+' | |
pull_request: | |
jobs: | |
generate-and-test-client: | |
runs-on: ubuntu-latest | |
name: Generate and test client | |
container: | |
image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: '0' | |
persist-credentials: 'false' | |
- uses: "ramsey/composer-install@v2" | |
- run: make generate-example-client-subsplit |