diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61b5ab8c..4c27696b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: strategy: matrix: java: [ + { 'version': '11', 'opts': '' }, { 'version': '17', 'opts': '' }, { 'version': '21', 'opts': '' }, { 'version': '22', 'opts': '' } diff --git a/pom.xml b/pom.xml index 97a62a15..2567c52a 100644 --- a/pom.xml +++ b/pom.xml @@ -161,8 +161,8 @@ - 17 - This project must be built with Java 12 or later. + 11 + This project must be built with Java 11 or later. @@ -173,7 +173,7 @@ org.apache.maven.plugins maven-compiler-plugin - 17 + 11