Skip to content

Commit 14f16e2

Browse files
authored
jdk 8, 11, 17 (#323)
1 parent 20af1ae commit 14f16e2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
java: [ 8, 11, 12, 13 ]
14+
java: [ 8, 11, 17 ]
15+
jdk: ['temurin', 'zulu']
1516

16-
name: Java ${{ matrix.java }} compile
17+
name: Java ${{ matrix.java }} ${{ matrix.jdk }}
1718
steps:
1819
- name: Checkout Source Code
1920
uses: actions/checkout@v2
2021

2122
- name: Setup Java
2223
uses: actions/setup-java@v2
2324
with:
24-
distribution: 'adopt'
25+
distribution: ${{ matrix.jdk }}
2526
java-package: jdk
2627
java-version: ${{ matrix.java }}
2728
cache: 'maven'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.felix</groupId>
123123
<artifactId>maven-bundle-plugin</artifactId>
124-
<version>4.2.0</version>
124+
<version>5.1.3</version>
125125
<extensions>true</extensions>
126126
<executions>
127127
<execution>

0 commit comments

Comments
 (0)