Skip to content

Commit

Permalink
add a name, remove matrix, set to just 8.0
Browse files Browse the repository at this point in the history
looks like 8.0 is giving us the most errors, and 8.1 and 8.2 are not giving additional feedback. Additionally, 8.0 is giving notices for 8.1 so this is probably the best thing to check against right now
  • Loading branch information
jazzsequence committed Oct 2, 2023
1 parent ac20c1e commit 978d02c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/phpcompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: PHP Compatibility
on: [push]
jobs:
phpcompat:
name: PHP 8.x Compatibility Check
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [ '8.0', '8.1', '8.2' ]

steps:
- name: Checkout
Expand All @@ -14,5 +12,5 @@ jobs:
- name: Check PHP Compatibility
uses: pantheon-systems/phpcompatibility-action@dev
with:
test-versions: '${{ matrix.php_version }}-'
test-versions: '8.0-'
paths: '${{ github.workspace }}/**/*.php'

0 comments on commit 978d02c

Please sign in to comment.