We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466eb93 commit 632a01fCopy full SHA for 632a01f
.github/workflows/maven-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- java: [17,21,23]
+ java: [17,21,23,24]
35
steps:
36
- uses: actions/checkout@v4
37
- name: Set up JDK ${{ matrix.java }}
framework/pom.xml
@@ -38,7 +38,7 @@
38
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
39
<tag>org.apache.felix.framework-7.0.2</tag>
40
</scm>
41
-
+
42
<build>
43
<plugins>
44
<plugin>
0 commit comments