Skip to content

Merge branch 'master' into eduardo/Rangers-214_landing-pages-cache #50

Merge branch 'master' into eduardo/Rangers-214_landing-pages-cache

Merge branch 'master' into eduardo/Rangers-214_landing-pages-cache #50

Workflow file for this run

name: PHP tests
on: [push, pull_request]
jobs:
phplint:
name: PHP Syntax check 7.2|7.3|8.2
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: PHP Lint 7.2
uses: dbfx/github-phplint/7.2@master
with:
folder-to-exclude: "! -path \"./vendor/*\""
- name: PHP Lint 7.3
uses: dbfx/github-phplint/7.3@master
with:
folder-to-exclude: "! -path \"./vendor/*\""
- name: PHP Lint 8.2
uses: dbfx/github-phplint/8.2@master
with:
folder-to-exclude: "! -path \"./vendor/*\""