diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 74c7fc82..36989fde 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -13,15 +13,15 @@ jobs:
build:
- java: 17
profile: codequality
- - java: 8
- profile: java8
+ - java: 11
+ profile: java11
name: with Java ${{ matrix.build.java }}
runs-on: ${{ matrix.os}}
steps:
- name: Check out the code
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- - name: Set up JDK 8
+ - name: Set up JDK 11
uses: actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
with:
java-version: ${{ matrix.build.java }}
diff --git a/README.md b/README.md
index 429d2ae4..09f9683e 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
### Requirements
-- Java 8+ (compiler target is 1.8)
+- Java 11+ (compiler target is 11)
Note that this library is intended to be used in server-side contexts and has not been evaluated for use on mobile devices.
diff --git a/pom.xml b/pom.xml
index e93e0758..239aa420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
[17,)
UTF-8
- 1.8
+ 11
${maven.compiler.source}
5.12.2
7.22.1
@@ -20,7 +20,7 @@
${project.groupId}.${project.artifactId}
false
- 8
+ 11
OpenFeature Java SDK
@@ -646,14 +646,14 @@
-
-
+
+
- java8
+ java11
- (1.8,9)
+ [11,)
true