diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8375f52..681f3b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [11, 17, 21, 22-ea] + java: [17, 21, 22-ea] distribution: ['temurin'] fail-fast: false max-parallel: 4 diff --git a/pom.xml b/pom.xml index 258f1bb..3ce67c7 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ org.springframework spring-jdbc - 5.3.30 + 6.0.13 test