Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f22a31f

Browse files
authored
IBX-10495: Included Elasticsearch 8 on CI (4.6) (#1649)
* [TMP] Run regression * fixup! [TMP] Run regression * ES 8 * [tmp] ci-scripts-branch * [tmp] test opt-in install * Revert "[tmp] ci-scripts-branch" This reverts commit 04be4b2. * Revert dependencies.json
1 parent b2b4a30 commit f22a31f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
timeout: 120
3737
secrets: inherit
3838
regression-commerce-setup2:
39-
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic/Valkey latest"
39+
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest"
4040
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4141
with:
4242
project-edition: "commerce"
4343
project-version: ${{ github.event.inputs.project-version }}
4444
test-suite: "--profile=regression --suite=commerce"
4545
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
4646
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
47-
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml"
47+
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml"
4848
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
4949
use-compatibility-layer: true
5050
job-count: 4

0 commit comments

Comments
 (0)