Skip to content

Commit

Permalink
Run tests on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallardo-netflix committed Sep 28, 2023
1 parent c371043 commit 88f19c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nebula-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against JDK 8, 17 and 19. We should add 22 soon, too.
java: [ 8, 17, 19]
# test against JDK 8, 17 and 21.
java: [ 8, 17, 21]
name: CI with Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 88f19c6

Please sign in to comment.