Skip to content

Commit

Permalink
test with mariadb 11.4
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <[email protected]>
  • Loading branch information
Soldy committed Aug 19, 2024
1 parent 8e2295d commit bdf732c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
image: mariadb:11
services:
mariadb-master:
image: mariadb:lts
image: mariadb:11.4
env:
MARIADB_USER: test_user
MARIADB_PASSWORD: test_password
MARIADB_ROOT_PASSWORD: test_password
ports:
- 3306/tcp
ulimits:
memlock: "542488"
options: >-
--name=mariadb_master
--health-cmd="mysqladmin ping"
Expand Down

0 comments on commit bdf732c

Please sign in to comment.