Skip to content

Commit

Permalink
OP-556 - Coding standard.yml has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Dec 17, 2024
1 parent 6f57ed7 commit 6de2dd7
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12", "^1.13" ]
node: [ "18.x", "20.x" ]

exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4
php: [ "8.2", "8.3" ]
symfony: ["^6.4", "^7.1" ]
sylius: [ "~2.0.0" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]

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

0 comments on commit 6de2dd7

Please sign in to comment.