Skip to content

Commit 785b2a5

Browse files
committed
Test with JDK 20 on GitHub Actions
Workflow is not ready for EA versions and it's not worth complexifying when we're only interested in LTS versions; let's just wait for 21 to be released.
1 parent 6863b1c commit 785b2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
runs-on: ubuntu-latest
7979
strategy:
8080
matrix:
81-
java: [ '11', '17', '21-ea' ]
82-
continue-on-error: ${{ matrix.java == '21-ea' }}
81+
java: [ '11', '17', '20' ]
82+
continue-on-error: ${{ matrix.java == '20' }}
8383
steps:
8484
- uses: actions/checkout@v3
8585

0 commit comments

Comments
 (0)