Skip to content

Get Psalm to stop bitching about features that aren't supported by all PHP versions in range #32

Get Psalm to stop bitching about features that aren't supported by all PHP versions in range

Get Psalm to stop bitching about features that aren't supported by all PHP versions in range #32

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- 'main'
- 'master'
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
pull_request:
## This workflow needs the `pull-request` permissions to work for the package diffing
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions:
pull-requests: write
contents: read
jobs:
ci:
name: Continuous Integration
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main