Run CI with Java 23

This commit is contained in:
AsamK 2024-10-25 17:22:47 +02:00
parent 47e6fc1769
commit 5171107a29

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '21', '22' ]
java: [ '21', '23' ]
steps:
- uses: actions/checkout@v4