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 68bb584 commit 5a6d455Copy full SHA for 5a6d455
.github/workflows/java.yml
@@ -16,11 +16,8 @@ jobs:
16
continue-on-error: ${{ matrix.experimental }}
17
strategy:
18
matrix:
19
- jdk: [8, 11]
20
- experimental: [false]
21
- include:
22
- - jdk: 17
23
- experimental: true
+ jdk: [8, 11, 17, 21]
+
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up JDK ${{ matrix.jdk }}
@@ -31,11 +28,6 @@ jobs:
31
28
cache: maven
32
29
- name: Build with Maven
33
30
run: mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
34
- - run: mkdir staging && cp target/*.war staging
35
- - uses: actions/upload-artifact@v4
36
- with:
37
- name: cics-java-liberty-sprintboot-jcics (Maven, Java ${{ matrix.jdk }})
38
- path: staging
39
40
build-mvnw:
41
name: Build Maven Wrapper
0 commit comments