Skip to content

Commit

Permalink
use lower version of mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Oct 4, 2023
1 parent 328c86b commit 1b31fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_4_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
mysql:
image: mariadb:latest
image: mariadb:10.9.6
env:
MYSQL_USER: user
MYSQL_PASSWORD: password
Expand Down

0 comments on commit 1b31fd7

Please sign in to comment.