File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
build :
14
14
- java : 17
15
15
profile : codequality
16
- - java : 8
16
+ - java : 11
17
17
profile : java8
18
18
name : with Java ${{ matrix.build.java }}
19
19
runs-on : ${{ matrix.os}}
20
20
steps :
21
21
- name : Check out the code
22
22
uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
23
23
24
- - name : Set up JDK 8
24
+ - name : Set up JDK 11
25
25
uses : actions/setup-java@b8ebb8ba1d9655f7f159c0a8b8135606ae11b5c9
26
26
with :
27
27
java-version : ${{ matrix.build.java }}
Original file line number Diff line number Diff line change 46
46
47
47
### Requirements
48
48
49
- - Java 8 + (compiler target is 1.8 )
49
+ - Java 11 + (compiler target is 11 )
50
50
51
51
Note that this library is intended to be used in server-side contexts and has not been evaluated for use on mobile devices.
52
52
Original file line number Diff line number Diff line change 10
10
<properties >
11
11
<toolchain .jdk.version>[17,)</toolchain .jdk.version>
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
- <maven .compiler.source>1.8 </maven .compiler.source>
13
+ <maven .compiler.source>11 </maven .compiler.source>
14
14
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
15
15
<junit .jupiter.version>5.12.1</junit .jupiter.version>
16
16
<io .cucumber.version>7.21.1</io .cucumber.version>
20
20
<module-name >${project.groupId} .${project.artifactId} </module-name >
21
21
<skip .tests>false</skip .tests>
22
22
<!-- this will throw an error if we use wrong apis -->
23
- <maven .compiler.release>8 </maven .compiler.release>
23
+ <maven .compiler.release>11 </maven .compiler.release>
24
24
</properties >
25
25
26
26
<name >OpenFeature Java SDK</name >
You can’t perform that action at this time.
0 commit comments