Skip to content

Commit

Permalink
Bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheikin committed Nov 12, 2024
1 parent fc9fee2 commit 2f5cfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['21', '22']
java: ['23']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17
23

0 comments on commit 2f5cfee

Please sign in to comment.