Skip to content

Bump phpstan/phpstan from 2.1.32 to 2.1.33 (#96) #254

Bump phpstan/phpstan from 2.1.32 to 2.1.33 (#96)

Bump phpstan/phpstan from 2.1.32 to 2.1.33 (#96) #254

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}