diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06b1c216..b14431cd 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: [17, 21, 22-ea] + java: [11, 17, 21, 22-ea] distribution: ['temurin'] fail-fast: false max-parallel: 4 diff --git a/pom.xml b/pom.xml index 6d8a46fe..1e4e837f 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ 3.10 org.mybatis.guice.* Guice + 10.17.1.0 7.0.0 2.1.1 4.0.1 @@ -290,19 +291,19 @@ org.apache.derby derby - 10.16.1.1 + ${derby.version} test org.apache.derby derbyshared - 10.16.1.1 + ${derby.version} test org.apache.derby derbyoptionaltools - 10.16.1.1 + ${derby.version} test @@ -358,4 +359,34 @@ + + + pre16 + + (,16) + + + 10.15.2.0 + + + + 17 + + [17,) + + + 10.16.1.1 + + + + 19 + + [19,) + + + 10.17.1.0 + + + +