Skip to content

Commit

Permalink
Run tests against Java 17 rather than Java 11 (#391)
Browse files Browse the repository at this point in the history
Run tests against Java 17

Rather than Java 11

The Java 8 stay though
  • Loading branch information
alexarchambault committed Apr 17, 2023
1 parent 8c6e6e3 commit a0ee916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
jvm: ['8', '11']
jvm: ['8', '17']
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a0ee916

Please sign in to comment.