Skip to content

Commit

Permalink
Merge pull request #1500 from CMB2/use-dev-phpcompatibility-action
Browse files Browse the repository at this point in the history
use `dev` instead of `v1` for `phpcompatibility-action`
  • Loading branch information
jtsternberg committed Oct 2, 2023
2 parents f79fac1 + 978d02c commit 00a346f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/phpcompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: PHP Compatibility
on: [push]
jobs:
phpcompat:
name: PHP 8.x Compatibility Check
runs-on: ubuntu-latest

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

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

0 comments on commit 00a346f

Please sign in to comment.