Skip to content

Commit

Permalink
Merge pull request #352 from commonmark/java-23-ci
Browse files Browse the repository at this point in the history
Test on Java 23 as well
  • Loading branch information
robinst authored Oct 21, 2024
2 parents c5c9547 + 8a379e2 commit 13cbd23
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17, 21]
java: [11, 17, 21, 23]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 13cbd23

Please sign in to comment.