Skip to content

Commit df98c56

Browse files
committed
try to specify server version
1 parent 027c86c commit df98c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elastic-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
services:
3636
mariadb:
37-
image: "mariadb:10.11"
37+
image: "mariadb:10.11.4"
3838
ports:
3939
- 33006:3306
4040
env:

.github/workflows/open-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
services:
3838
mariadb:
39-
image: "mariadb:10.11"
39+
image: "mariadb:10.11.4"
4040
ports:
4141
- 33006:3306
4242
env:

0 commit comments

Comments
 (0)