Skip to content

Commit b45edf7

Browse files
authored
IBX-10494: Included Postgres 18 on CI (#237)
* [TMP] Run regression * IBX-10494: Included Postgres 18 on CI * ci-scripts branch * switched to final * Revert "[TMP] Run regression" This reverts commit 73fd327. * Revert "ci-scripts branch" This reverts commit 0687582.
1 parent 90b06cd commit b45edf7

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,14 +20,14 @@ on:
2020

2121
jobs:
2222
regression-oss-setup1:
23-
name: "PHP 7.4/Node 18/PostgreSQL 14.15/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
project-edition: "oss"
2727
project-version: ${{ github.event.inputs.project-version }}
2828
test-suite: "--profile=regression --suite=oss"
2929
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/redis7.2.yml:doc/docker/selenium.yml"
30+
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql18.yml:doc/docker/varnish.yml:doc/docker/redis7.2.yml:doc/docker/selenium.yml"
3131
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
3232
multirepository: true
3333
php-image: "ghcr.io/ibexa/docker/php:7.4-node18"

0 commit comments

Comments
 (0)