Skip to content

Commit

Permalink
We only need to run sniff and jshint on the latest supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Nov 7, 2023
1 parent 4737ddc commit 57b6d1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
matrix:
include:
- php: '5.6'
sniff: true
- php: '7.0'
sniff: true
- php: '7.4'
- php: '8.0'
sniff: true
jshint: true
- php: '8.0'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 57b6d1e

Please sign in to comment.