Skip to content

PCC-1494 : adding backstage info, github action and codeowners files #71

PCC-1494 : adding backstage info, github action and codeowners files

PCC-1494 : adding backstage info, github action and codeowners files #71

name: PHP Compatibility Checks
on:
pull_request:
merge_group:
jobs:
php8-compatibility:
name: PHP 8.x Compatibility
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: PHP Compatibility
uses: pantheon-systems/phpcompatibility-action@dev
with:
test-versions: 8.0-
paths: ${{ github.workspace }}/*.php ${{ github.workspace }}/app/*.php ${{ github.workspace }}/admin/templates/partials/*.php