File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testcontainers/src/test/java/org/jdbi/v3/testing/junit5/tc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- testcontainer-version : [ 1.19.4 ]
19
+ testcontainer-version : [ 1.19.8, 1.20.2 ]
20
20
mysql-version : [ "mysql:latest" ]
21
21
# 1.18.3 does not work with mysql:latest (8.3.x).
22
22
include :
Original file line number Diff line number Diff line change 24
24
class MSSQLJdbiTestContainersExtensionTest extends AbstractJdbiTestcontainersExtensionTest {
25
25
26
26
@ Container
27
- static JdbcDatabaseContainer <?> dbContainer = new MSSQLServerContainer <>("mcr.microsoft.com/mssql/server:2017-CU12 " )
27
+ static JdbcDatabaseContainer <?> dbContainer = new MSSQLServerContainer <>("mcr.microsoft.com/mssql/server:2022-latest " )
28
28
.acceptLicense ();
29
29
30
30
@ Override
You can’t perform that action at this time.
0 commit comments