Skip to content

Commit

Permalink
Update out of date versions in the nightly and push builds. Add testi…
Browse files Browse the repository at this point in the history
…ng for Java SE 20.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jul 6, 2023
1 parent 0f9b7ec commit 45a5d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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']
wildfly-version: ['26.1.2.Final']
java: ['11', '17', '20']
wildfly-version: ['28.0.1.Final', '29.0.0.Beta1']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17']
java: ['11', '17', '20']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 45a5d1b

Please sign in to comment.