File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments