Skip to content

Commit 0ff7ad0

Browse files
committed
Jastow 2.3.x branch since now on requires and targets JDK17 as a minimum JDK
1 parent 37a1ca2 commit 0ff7ad0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
jdk-distribution: [temurin]
20-
jdk-version: [11, 17, 21]
20+
jdk-version: [17, 21]
2121
steps:
2222
- name: Configure runner - Linux
2323
if: contains(matrix.os, 'ubuntu')

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
5959
<version.org.jboss.logging.jboss-logging-tools>3.0.3.Final</version.org.jboss.logging.jboss-logging-tools>
6060
<version.org.jboss.logmanager>3.0.6.Final</version.org.jboss.logmanager>
61+
<!-- compiler settings -->
62+
<maven.compiler.source>17</maven.compiler.source>
63+
<maven.compiler.target>17</maven.compiler.target>
6164
</properties>
6265

6366
<build>

0 commit comments

Comments
 (0)