Skip to content

Commit 68cf299

Browse files
authored
IBX-10494: Included Postgres 18 on CI (#553)
* [TMP] Run regression * IBX-10494: Included Postgres 18 on CI * [tmp] ci-scripts branch * Postgres 14.15 & 18.0 * Make 18.0 default * Revert "[TMP] Run regression" This reverts commit f85a4fc. * Revert "[tmp] ci-scripts branch" This reverts commit 72569a9.
1 parent d4ae7ac commit 68cf299

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

2121
jobs:
2222
regression-experience-setup1:
23-
name: "PHP 7.4/Node 18/PostgreSQL 14.15/Varnish/Redis 7.2/Multirepository"
23+
name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository"
2424
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2525
with:
2626
project-edition: "experience"
2727
project-version: ${{ github.event.inputs.project-version }}
2828
test-suite: "--profile=regression --suite=experience"
2929
test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard"
3030
test-setup-phase-2: "--profile=regression --suite=setup-experience --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
@@ -68,15 +68,15 @@ jobs:
6868
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
6969
secrets: inherit
7070
page-builder-matchers-1:
71-
name: "Map\\Host matcher tests/MariaDB 10.11/Solr 7"
71+
name: "Map\\Host matcher tests/PostgreSQL 14.15/Solr 7"
7272
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
7373
with:
7474
project-edition: "experience"
7575
project-version: ${{ github.event.inputs.project-version }}
7676
test-suite: "--profile=browser --suite=page-builder"
7777
test-setup-phase-1: "--mode=standard --profile=setup --suite=MapHost"
7878
test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup'
79-
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/solr7.yml:doc/docker/multihost.yml:doc/docker/selenium.yml"
79+
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/solr7.yml:doc/docker/multihost.yml:doc/docker/selenium.yml"
8080
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
8181
secrets: inherit
8282
page-builder-matchers-2:

0 commit comments

Comments
 (0)