Skip to content

Commit cd702f7

Browse files
authored
IBX-10946: Included MariaDB 11.4 on CI (#233)
* [TMP] Run regression * IBX-10946: Included MariaDB 11.4 on CI * ci-scripts branch * Revert "[TMP] Run regression" This reverts commit 243d69a. * Revert "ci-scripts branch" This reverts commit 77202a9.
1 parent 31fd391 commit cd702f7

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 10.11/Compatibility layer/Elastic"
39+
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic"
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-mariadb.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/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)