From 33aef3d1bf08a5489f5343625e3760344fb7986f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Wojda=C5=82owicz?= Date: Fri, 23 Feb 2024 11:50:15 +0100 Subject: [PATCH] OP-231 - limit coding standars builds --- .github/workflows/coding_standards.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding_standards.yml b/.github/workflows/coding_standards.yml index a4cb6bd..8998241 100644 --- a/.github/workflows/coding_standards.yml +++ b/.github/workflows/coding_standards.yml @@ -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