Skip to content

Commit

Permalink
Do not use the Java 21 early access version as 21 has been out for a …
Browse files Browse the repository at this point in the history
…little while now.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Jan 8, 2024
1 parent 736d8a0 commit 75f81d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resteasy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17', '21-ea']
java: ['11', '17', '21']

steps:
- name: Checkout RESTEasy MicroProfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17', '21-ea']
java: ['11', '17', '21']

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

0 comments on commit 75f81d3

Please sign in to comment.