Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Mar 31, 2024
1 parent bde15b4 commit 5305c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
ports:
- 6379:6379
mysql:
# Bug with latest version, rollback to oldest until it's fixed
# https://stackoverflow.com/questions/74060289/mysqlconnection-open-system-invalidcastexception-object-cannot-be-cast-from-d
image: mariadb:10.9
image: mariadb:11.3.2
env:
MYSQL_ROOT_PASSWORD: naheulbook
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=8s --health-retries=3

steps:
- name: Set up MySQL
Expand Down
2 changes: 1 addition & 1 deletion backend/tools/scripts/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "80:80"
- "443:443"
naheulbook_dev_env_mysql:
image: mariadb:10.9
image: mariadb:11.3.2
environment:
MYSQL_ROOT_PASSWORD: naheulbook
ports:
Expand Down

0 comments on commit 5305c02

Please sign in to comment.