Skip to content

Commit 0784eb6

Browse files
committed
Update integration-ormlite.yml
1 parent 60dc484 commit 0784eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-ormlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
--health-timeout 5s
3030
--health-retries 5
3131
sqlserver:
32-
image: mcr.microsoft.com/mssql/server:2017-latest
32+
image: mcr.microsoft.com/mssql/server:2022-latest
3333
env:
3434
ACCEPT_EULA: Y
3535
SA_PASSWORD: Test!tesT
3636
MSSQL_PID: Developer
3737
ports:
3838
- 48501:1433
3939
mysql:
40-
image: mysql:8.0.28
40+
image: mariadb:latest
4141
env:
4242
MYSQL_ROOT_PASSWORD: Test!tesT
4343
MYSQL_DATABASE: test

0 commit comments

Comments
 (0)