Skip to content

Commit 07dd4dd

Browse files
authored
Merge pull request jdbi#2708 from jdbi/mssql-fix
Move to most current MSSQL Server
2 parents 8e289f9 + 423faec commit 07dd4dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/slow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
testcontainer-version: [ 1.19.4 ]
19+
testcontainer-version: [ 1.19.8, 1.20.2 ]
2020
mysql-version: [ "mysql:latest" ]
2121
# 1.18.3 does not work with mysql:latest (8.3.x).
2222
include:

testcontainers/src/test/java/org/jdbi/v3/testing/junit5/tc/MSSQLJdbiTestContainersExtensionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class MSSQLJdbiTestContainersExtensionTest extends AbstractJdbiTestcontainersExtensionTest {
2525

2626
@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")
2828
.acceptLicense();
2929

3030
@Override

0 commit comments

Comments
 (0)