From a2194a6dec8938867451cc62b951fc210c58679f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= <michal.szoltysek@ez.no>
Date: Mon, 22 Apr 2024 12:25:15 +0200
Subject: [PATCH 1/4] IBX-8154: Run tests on PHP 8.3 (3.3)

---
 .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 d7430a45f3..d1b191b4ab 100644
--- a/.github/workflows/browser-tests.yml
+++ b/.github/workflows/browser-tests.yml
@@ -52,14 +52,14 @@ jobs:
         secrets:
             SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
     regression-oss-setup3:
-        name: "PHP 8.2/MySQL"
+        name: "PHP 8.3/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"
             test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
-            php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
+            php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
             send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
             job-count: 2
             timeout: 60

From 8cffe97b3ebd4156c409e43fa3b16c7d17bf1367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= <michal.szoltysek@ez.no>
Date: Mon, 22 Apr 2024 15:42:43 +0200
Subject: [PATCH 2/4] [TMP] ci-scripts branch

---
 .github/workflows/browser-tests.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml
index d1b191b4ab..9fffdb0901 100644
--- a/.github/workflows/browser-tests.yml
+++ b/.github/workflows/browser-tests.yml
@@ -23,6 +23,7 @@ jobs:
         name: "PHP 7.3/PostgreSQL/Varnish/Redis"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
+            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"
@@ -39,6 +40,7 @@ jobs:
         name: "PHP 7.4/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
+            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"
@@ -55,6 +57,7 @@ jobs:
         name: "PHP 8.3/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
+            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"

From f4d93ec8cdd1e379ed89e49f91ebd12eacb32ed5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= <michal.szoltysek@ez.no>
Date: Tue, 7 May 2024 12:50:56 +0200
Subject: [PATCH 3/4] Added Node version to job name

---
 .github/workflows/browser-tests.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml
index 9fffdb0901..3e1c4bbdf1 100644
--- a/.github/workflows/browser-tests.yml
+++ b/.github/workflows/browser-tests.yml
@@ -20,7 +20,7 @@ on:
 
 jobs:
     regression-oss-setup1:
-        name: "PHP 7.3/PostgreSQL/Varnish/Redis"
+        name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
             ci-scripts-branch: ibx-8154
@@ -37,7 +37,7 @@ jobs:
         secrets:
             SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
     regression-oss-setup2:
-        name: "PHP 7.4/MySQL"
+        name: "PHP 7.4/Node 16/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
             ci-scripts-branch: ibx-8154
@@ -54,7 +54,7 @@ jobs:
         secrets:
             SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
     regression-oss-setup3:
-        name: "PHP 8.3/MySQL"
+        name: "PHP 8.3/Node 18/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
             ci-scripts-branch: ibx-8154

From 75e11abb4703d8ec48a84e6099022279806bfb45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= <michal.szoltysek@ez.no>
Date: Tue, 7 May 2024 12:55:03 +0200
Subject: [PATCH 4/4] Revert "[TMP] ci-scripts branch"

This reverts commit 8cffe97b3ebd4156c409e43fa3b16c7d17bf1367.
---
 .github/workflows/browser-tests.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml
index 3e1c4bbdf1..93efe9a1c7 100644
--- a/.github/workflows/browser-tests.yml
+++ b/.github/workflows/browser-tests.yml
@@ -23,7 +23,6 @@ jobs:
         name: "PHP 7.3/Node 14/PostgreSQL/Varnish/Redis"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
-            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"
@@ -40,7 +39,6 @@ jobs:
         name: "PHP 7.4/Node 16/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
-            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"
@@ -57,7 +55,6 @@ jobs:
         name: "PHP 8.3/Node 18/MySQL"
         uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
         with:
-            ci-scripts-branch: ibx-8154
             project-edition: "oss"
             project-version: ${{ github.event.inputs.project-version }}
             test-suite: "--profile=regression --suite=oss"