From 1a76e4d25af4101b45c2edb36b9f132096c532c8 Mon Sep 17 00:00:00 2001 From: Hubert Filar Date: Wed, 18 Sep 2024 14:03:42 +0200 Subject: [PATCH] OP-291: Update supported php and node versions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ec55cea..8744bb92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,10 @@ jobs: strategy: fail-fast: false matrix: - php: [ "8.1" ] + php: [ "8.1", "8.2", "8.3" ] symfony: [ "^5.4", "^6.0" ] sylius: [ "~1.12.13", "~1.13.0" ] - node: [ "^14.17.x" ] + node: [ "18.x", "20.x" ] mysql: [ "8.0" ] state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ] @@ -78,7 +78,7 @@ jobs: run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun - name: Upload Behat logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Behat logs @@ -86,7 +86,7 @@ jobs: if-no-files-found: ignore - name: Upload test log logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Var logs