From 6f973cd367ebefe0a93c83928af95fc1ecae9402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 29 Nov 2023 09:19:00 +0100 Subject: [PATCH] [CI] Adjusted test matrix to CKE40 Node requirement (#282) --- .github/workflows/browser-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 28385be..023dac0 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -20,7 +20,7 @@ on: jobs: regression-experience-setup1: - name: "PHP 7.4/Node 14/PostgreSQL/Varnish/Redis/Multirepository" + name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -32,7 +32,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node14" + php-image: "ghcr.io/ibexa/docker/php:7.4-node18" timeout: 120 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -43,7 +43,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} regression-experience-setup2: - name: "PHP 8.0/Node 16/MySQL/Compatibility layer" + name: "PHP 8.0/Node 18/MySQL/Compatibility layer" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -56,7 +56,7 @@ jobs: use-compatibility-layer: true job-count: 4 timeout: 120 - php-image: "ghcr.io/ibexa/docker/php:8.0-node16" + php-image: "ghcr.io/ibexa/docker/php:8.0-node18" secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}