From afd500e2e1c91845657de9fcf94f99534442cdc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 21 Dec 2023 14:30:48 +0100 Subject: [PATCH] [CI] IBX-4515: Include tests running on PHP 8.2 (#529) --- .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 6bb9552..1f7707a 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -60,7 +60,7 @@ jobs: TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup3: - name: "PHP 8.1/MySQL/Multirepository" + name: "PHP 8.2/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "commerce" @@ -72,7 +72,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 4 multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.1-node18" + php-image: "ghcr.io/ibexa/docker/php:8.2-node18" timeout: 120 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}