From 1be7d65442ef3f172585dec37553e99c1fd6babc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 19 Dec 2023 16:42:44 +0100 Subject: [PATCH] [CI] IBX-4515: Include tests running on PHP 8.2 (4.6) --- .github/workflows/browser-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 023dac0..7c02126 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -66,7 +66,7 @@ jobs: AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} regression-experience-setup3: - name: "PHP 8.1/Node 18/MySQL/Compatibility layer" + name: "PHP 8.2/Node 18/MySQL/Compatibility layer" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "experience" @@ -79,7 +79,7 @@ jobs: use-compatibility-layer: true job-count: 4 timeout: 120 - php-image: "ghcr.io/ibexa/docker/php:8.1-node18" + php-image: "ghcr.io/ibexa/docker/php:8.2-node18" secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}