Skip to content

Commit

Permalink
[CI] Update mariadb version
Browse files Browse the repository at this point in the history
This commit updates the version of the database for SortingHat.
Now SortingHat requires Mariadb 10.4 or higher and MySQL 8.1 or
higher.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Apr 12, 2024
1 parent d17df5b commit d30b446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
services:
# How to use MySQL
mysql:
image: mysql:5.7
image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit d30b446

Please sign in to comment.