Raise minimum PHP version to 8.2 #90
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 | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'master' | |
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+' | |
pull_request: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
- synchronize | |
- reopened | |
## 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: | |
issues: write | |
pull-requests: write | |
contents: read | |
jobs: | |
ci: | |
name: Continuous Integration | |
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main |