File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
regression-oss-setup1 :
23
- name : " PHP 8.3/Node 22/PostgreSQL 14.15/Varnish/Redis"
23
+ name : " PHP 8.3/Node 22/PostgreSQL 14.15/Varnish/Redis 7.2 "
24
24
uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
25
25
with :
26
26
project-edition : " oss"
27
27
project-version : ${{ github.event.inputs.project-version }}
28
28
test-suite : " --profile=regression --suite=oss"
29
29
test-setup-phase-1 : " --profile=regression --suite=setup-oss --mode=standard"
30
- setup : " doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis .yml:doc/docker/selenium.yml"
30
+ 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
31
php-image : " ghcr.io/ibexa/docker/php:8.3-node22"
32
32
send-success-notification : ${{ github.event.inputs.send-success-notification != 'false' }}
33
33
multirepository : true
You can’t perform that action at this time.
0 commit comments