Skip to content

Commit 114f8d6

Browse files
authored
IBX-10495: Included Elasticsearch 8 on CI (4.6) (#237)
* [TMP] Run regression * fixup! [TMP] Run regression * fixup! [TMP] Run regression * fixup! [TMP] Run regression * ES 8 * [tmp] compatibility layer off * [tmp] ci-scripts-branch * Revert "[tmp] compatibility layer off" This reverts commit e385da8. * [tmp] test opt-in install * Revert "[tmp] ci-scripts-branch" This reverts commit fb619c0. * Revert dependencies.json
1 parent 866cf78 commit 114f8d6

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
@@ -36,15 +36,15 @@ jobs:
3636
timeout: 90
3737
secrets: inherit
3838
regression-headless-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: "headless"
4343
project-version: ${{ github.event.inputs.project-version }}
4444
test-suite: "--profile=regression --suite=headless"
4545
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
4646
test-setup-phase-2: "--profile=regression --suite=setup-headless --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
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"

0 commit comments

Comments
 (0)