Skip to content

Commit

Permalink
Create php-compatibility.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark authored May 18, 2024
1 parent bf6c347 commit b76565d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'PHP Compatibility'
on:
pull_request:
paths:
- 'includes/**.php'
- '*.php'
- 'composer.json'
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
uses: pods-framework/.github/workflows/php-compatibility.yml@main

0 comments on commit b76565d

Please sign in to comment.