Skip to content

Commit

Permalink
ci: add jdk20 (#1540)
Browse files Browse the repository at this point in the history
Remove jdk19 and add jdk20.
  • Loading branch information
brharrington authored Apr 11, 2023
1 parent d485dad commit daae85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
java: [17, 19]
java: [17, 20]
scala: [2.13.10]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit daae85e

Please sign in to comment.