Skip to content

Commit

Permalink
Update JDK 21ea to 21ga in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Oct 6, 2023
1 parent fd17702 commit af8df0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11', '17', '21-ea' ]
java: [ '11', '17', '21' ]

steps:
- name: Set up JDK ${{ matrix.java }}
Expand All @@ -47,10 +47,11 @@ jobs:
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: false
show-progress: false

- name: Build Roller and run JUnit Tests
run: mvn -V -ntp install
Expand Down

0 comments on commit af8df0a

Please sign in to comment.