Skip to content

Commit 5a6d455

Browse files
authored
Removing staging
1 parent 68bb584 commit 5a6d455

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
continue-on-error: ${{ matrix.experimental }}
1717
strategy:
1818
matrix:
19-
jdk: [8, 11]
20-
experimental: [false]
21-
include:
22-
- jdk: 17
23-
experimental: true
19+
jdk: [8, 11, 17, 21]
20+
2421
steps:
2522
- uses: actions/checkout@v3
2623
- name: Set up JDK ${{ matrix.jdk }}
@@ -31,11 +28,6 @@ jobs:
3128
cache: maven
3229
- name: Build with Maven
3330
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
3931

4032
build-mvnw:
4133
name: Build Maven Wrapper

0 commit comments

Comments
 (0)