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..ab432d6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
17
- This project must be built with Java 12 or later.
+ This project must be built with Java 17 or later.
@@ -173,7 +173,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 17
+ 11