Skip to content

Commit

Permalink
OP-231 - limit coding standars builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszWojdalowicz committed Feb 23, 2024
1 parent f080c2c commit 33aef3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding_standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
php: ["8.0", "8.1"]
symfony: ["5.4.*", "^6.0"]
sylius: ["^1.12.13"]
node: ["14.x", "16.x", "18.x"]
mysql: ["5.7", "8.0"]
node: ["14.x"]
mysql: ["8.0"]

env:
APP_ENV: test
Expand Down

0 comments on commit 33aef3d

Please sign in to comment.