Skip to content

Commit

Permalink
Update coding-standards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 authored Dec 14, 2024
1 parent 0fca429 commit 65ec176
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- "8.3"
- "8.4"
operating-system: [ubuntu-latest]
composer-versions:
- lowest
- highest

steps:
- name: "Checkout"
Expand All @@ -34,8 +37,7 @@ jobs:
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "highest"

dependency-versions: "${{ matrix.composer-versions}}"
- name: "Run PHPCS"
run: |
composer run test-phpcs
Expand Down

0 comments on commit 65ec176

Please sign in to comment.