Skip to content

Commit

Permalink
fix: add strategy for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
babeuloula committed Dec 2, 2023
1 parent 057f957 commit 94a6643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
lint:
runs-on: ubuntu-latest

strategy:
matrix:
version: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]

needs: composer

steps:
Expand Down

0 comments on commit 94a6643

Please sign in to comment.