Skip to content

Commit

Permalink
add a phpcompatibility action
Browse files Browse the repository at this point in the history
not entirely sure if the 8.0+ check will work but we'll see
  • Loading branch information
jazzsequence committed Sep 29, 2023
1 parent 156aaaf commit d6144ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/phpcompat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PHP Compatibility
on: [push]
jobs:
phpcompat:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Check PHP Compatibility
uses: pantheon-systems/phpcompatibility-action@v1
with:
test-versions: 8.0+
paths: ${{ github.workspace }}

0 comments on commit d6144ec

Please sign in to comment.