Skip to content

Commit adcfaba

Browse files
committed
Merge branch '4.6'
2 parents e842e8b + 8e48994 commit adcfaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

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

2121
jobs:
2222
regression-commerce-setup1:
23-
name: "PHP 8.3/Node 22/PostgreSQL 14.15/Varnish/Redis 7.2/Multirepository"
23+
name: "PHP 8.3/Node 22/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "commerce"
2727
project-version: ${{ github.event.inputs.project-version }}
2828
test-suite: "--profile=regression --suite=commerce"
2929
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
3030
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
31-
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml"
31+
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
job-count: 4
3434
multirepository: true

0 commit comments

Comments
 (0)