|
20 | 20 |
|
21 | 21 | jobs: |
22 | 22 | 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" |
24 | 24 | uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main |
25 | 25 | with: |
26 | 26 | project-edition: "experience" |
27 | 27 | project-version: ${{ github.event.inputs.project-version }} |
28 | 28 | test-suite: "--profile=regression --suite=experience" |
29 | 29 | test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard" |
30 | 30 | 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" |
32 | 32 | send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} |
33 | 33 | job-count: 4 |
34 | 34 | multirepository: true |
@@ -68,15 +68,15 @@ jobs: |
68 | 68 | php-image: "ghcr.io/ibexa/docker/php:8.3-node22" |
69 | 69 | secrets: inherit |
70 | 70 | 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" |
72 | 72 | uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main |
73 | 73 | with: |
74 | 74 | project-edition: "experience" |
75 | 75 | project-version: ${{ github.event.inputs.project-version }} |
76 | 76 | test-suite: "--profile=browser --suite=page-builder" |
77 | 77 | test-setup-phase-1: "--mode=standard --profile=setup --suite=MapHost" |
78 | 78 | 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" |
80 | 80 | send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} |
81 | 81 | secrets: inherit |
82 | 82 | page-builder-matchers-2: |
|
0 commit comments