We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dc484 commit 0784eb6Copy full SHA for 0784eb6
1 file changed
.github/workflows/integration-ormlite.yml
@@ -29,15 +29,15 @@ jobs:
29
--health-timeout 5s
30
--health-retries 5
31
sqlserver:
32
- image: mcr.microsoft.com/mssql/server:2017-latest
+ image: mcr.microsoft.com/mssql/server:2022-latest
33
env:
34
ACCEPT_EULA: Y
35
SA_PASSWORD: Test!tesT
36
MSSQL_PID: Developer
37
ports:
38
- 48501:1433
39
mysql:
40
- image: mysql:8.0.28
+ image: mariadb:latest
41
42
MYSQL_ROOT_PASSWORD: Test!tesT
43
MYSQL_DATABASE: test
0 commit comments