Skip to content

Bump actions/checkout from 2 to 4 #14

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #14

---
####################################################
################ PHP Compatibility #################
######## Save the contents of this file as #########
## '.github/workflows/php-compatibility-8.0.yaml' ##
####################################################
name: PHP 8.0
on:
push:
pull_request:
branches: [master, main]
permissions:
contents: read
jobs:
setup:
name: Scan Code
runs-on: ubuntu-latest
permissions:
contents: read # for checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: PHP Setup
uses: shivammathur/setup-php@v2
with:
php-version: '8.0-'
ini-values: short_open_tag=On
coverage: none
- name: Run PHP Compatibility 8.0
uses: pantheon-systems/phpcompatibility-action@v1
with:
test-versions: '8.0-'
# Specify directories to check
paths: ${{ github.workspace }}/Plugin.php ${{ github.workspace }}/Locale/ ${{ github.workspace }}/Template/