Skip to content

Commit 866cf78

Browse files
authored
IBX-11108: Included Redis latest & Valkey latest on CI (#234)
* IBX-11108: Included Redis latest & Valkey latest on CI * [tmp] ci-scripts branch * [tmp] dependency * Revert "[tmp] ci-scripts branch" This reverts commit 437361e. * Revert "[tmp] dependency" This reverts commit bec1003.
1 parent 0578b15 commit 866cf78

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
@@ -36,31 +36,31 @@ jobs:
3636
timeout: 90
3737
secrets: inherit
3838
regression-headless-setup2:
39-
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic"
39+
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic/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/selenium.yml"
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"
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"
5151
job-count: 2
5252
timeout: 90
5353
secrets: inherit
5454
regression-headless-setup3:
55-
name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8"
55+
name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest"
5656
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
5757
with:
5858
project-edition: "headless"
5959
project-version: ${{ github.event.inputs.project-version }}
6060
test-suite: "--profile=regression --suite=headless"
6161
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
6262
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
63-
setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/selenium.yml"
63+
setup: "doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr8.yml:doc/docker/redis-latest.yml:doc/docker/selenium.yml"
6464
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
6565
use-compatibility-layer: true
6666
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"

0 commit comments

Comments
 (0)