Skip to content

Commit 8fc233a

Browse files
authored
JBIDE-28184: Update PR workflows to test against Java 17 (#486)
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent dd3b3d3 commit 8fc233a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
java: ["11"]
14+
java: ["11", "17"]
1515
fail-fast: false
1616

1717
steps:
@@ -56,14 +56,14 @@ jobs:
5656
with:
5757
run: >
5858
mvn clean verify -U -B -fae --settings build-ci/maven-settings.xml
59-
-Dseam.skip.tests=true -Dcdi.skip.tests=false -Dsurefire.timeout=3600
60-
-DskipITests=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true --no-transfer-progress
59+
-Dseam.skip.tests=true -Dsurefire.timeout=3600
60+
-DskipITests=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -ntp
6161
6262
# Archive artifacts to be applied in Publish Reports workflow
6363
- name: Archiving test artifacts
6464
uses: actions/upload-artifact@v2
6565
with:
66-
name: ${{ matrix.os }}-test-reports
66+
name: ${{ matrix.os }}-${{ matrix.java }}-test-reports
6767
path: |
6868
*tests/*/target/surefire-reports/
6969
*/*tests/*/target/surefire-reports/

0 commit comments

Comments
 (0)