Skip to content

Commit 5426581

Browse files
authored
IBX-10946: Included MariaDB 11.4 on CI (#246)
* [TMP] Run regression * IBX-10946: Included MariaDB 11.4 on CI * ci-scripts branch * Revert "[TMP] Run regression" This reverts commit b9792d9. * Revert "ci-scripts branch" This reverts commit a099332.
1 parent aaa1a4b commit 5426581

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
@@ -35,14 +35,14 @@ jobs:
3535
timeout: 60
3636
secrets: inherit
3737
regression-oss-setup2:
38-
name: "PHP 8.0/Node 20/MariaDB 10.11/Compatibility layer"
38+
name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer"
3939
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
4040
with:
4141
project-edition: "oss"
4242
project-version: ${{ github.event.inputs.project-version }}
4343
test-suite: "--profile=regression --suite=oss"
4444
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
45-
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb.yml:doc/docker/selenium.yml"
45+
setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/selenium.yml"
4646
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
4747
multirepository: true
4848
use-compatibility-layer: true

0 commit comments

Comments
 (0)