Skip to content

Commit

Permalink
Make CI test that java 23 can be used for development
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 18, 2024
1 parent 6b2fd79 commit 8a23906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
javaVersion: [17, 21, 22]
javaVersion: [17, 21, 23]
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8a23906

Please sign in to comment.