diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47c73dc7..47abf030 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '8', '11' ] + java: [ '8', '11' , '17', '21' ] steps: - uses: actions/checkout@v4 @@ -32,4 +32,4 @@ jobs: if: always() uses: EnricoMi/publish-unit-test-result-action@v2 with: - files: target/surefire-reports/*.xml \ No newline at end of file + files: target/surefire-reports/*.xml diff --git a/pom.xml b/pom.xml index 34254e2b..12d7f938 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ org.apache.felix maven-bundle-plugin - 4.2.1 + 5.1.1 org.locationtech.spatial4j*;version=${project.version} @@ -269,7 +269,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.4 prepare-agent