Skip to content

Commit

Permalink
Run fewer test matrix's on push and upgrade to testing on WildFly 30.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Nov 21, 2023
1 parent 08216fd commit fa5eb77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
path: '**/surefire-reports/*'
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest ]
java: ['11', '17', '20']
wildfly-version: ['28.0.1.Final', '29.0.0.Beta1']
java: ['11']
wildfly-version: ['28.0.1.Final', '29.0.1.Final']

steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
path: '**/surefire-reports/*'
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand All @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17', '20']
java: ['11', '17', '21']

steps:
- uses: actions/checkout@v4
Expand All @@ -83,7 +83,7 @@ jobs:
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
path: '**/surefire-reports/*'
- name: Upload server logs
uses: actions/upload-artifact@v3
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<version.org.wildfly.core>20.0.2.Final</version.org.wildfly.core>
<version.org.wildfly.full>28.0.1.Final</version.org.wildfly.full>
<version.org.wildfly.full>30.0.0.Final</version.org.wildfly.full>
<version.junit>4.13.2</version.junit>
<version.org.junit>5.9.1</version.org.junit>
<version.org.jboss.arquillian.core>1.8.0.Final</version.org.jboss.arquillian.core>
Expand Down

0 comments on commit fa5eb77

Please sign in to comment.