diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 683cce92e..74815bfdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21' ] + java: [ '17', '19', '21' ] steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 2318c789f..b031bfcf7 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ - 21 + 17 ${java.version} ${java.version} @@ -28,7 +28,7 @@ UTF-8 false false - false + false diff --git a/tests/gatling/pom.xml b/tests/gatling/pom.xml index a08345cf8..595e0ab8a 100644 --- a/tests/gatling/pom.xml +++ b/tests/gatling/pom.xml @@ -11,6 +11,7 @@ graphql-jpa-query-tests-gatling + 21 8.1.0 3.10.3 4.7.0 diff --git a/tests/pom.xml b/tests/pom.xml index 4144e8652..7ef05e127 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,17 @@ starwars boot-starter web - gatling + + + java21 + + 21 + + + gatling + + +