Skip to content

Commit 5ad3dc9

Browse files
committed
Revert "[tmp] all 8.4 for core#707"
This reverts commit bbe550e.
1 parent c9f06b0 commit 5ad3dc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/browser-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
regression-oss-setup1:
23-
name: "PHP 8.4/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2"
23+
name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
ci-scripts-branch: 'ibx-11328-php-8.4'
@@ -31,12 +31,12 @@ jobs:
3131
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml"
3232
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
3333
multirepository: true
34-
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
34+
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"
3535
job-count: 2
3636
timeout: 60
3737
secrets: inherit
3838
regression-oss-setup2:
39-
name: "PHP 8.4/Node 22/MariaDB 11.4/Compatibility layer/Valkey latest"
39+
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Valkey latest"
4040
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4141
with:
4242
ci-scripts-branch: 'ibx-11328-php-8.4'
@@ -50,7 +50,7 @@ jobs:
5050
use-compatibility-layer: true
5151
job-count: 2
5252
timeout: 60
53-
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
53+
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"
5454
secrets: inherit
5555
regression-oss-setup3:
5656
name: "PHP 8.4/Node 22/MySQL 8.4/Solr 8/Redis latest"

0 commit comments

Comments
 (0)