Skip to content

Commit 632a01f

Browse files
committed
test jdk 24 build
Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
1 parent 466eb93 commit 632a01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
java: [17,21,23]
34+
java: [17,21,23,24]
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up JDK ${{ matrix.java }}

framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
3939
<tag>org.apache.felix.framework-7.0.2</tag>
4040
</scm>
41-
41+
4242
<build>
4343
<plugins>
4444
<plugin>

0 commit comments

Comments
 (0)