Skip to content

Commit

Permalink
Add Java 23 to the continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Sep 25, 2024
1 parent e5730a1 commit 34b3c2e
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 @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
distribution: ['temurin']
java-version: ['11', '16', '17', '18', '19', '20', '21', '22']
java-version: ['11', '16', '17', '18', '19', '20', '21', '22', '23']
include:
- distribution: 'adopt'
java-version: '12'
Expand Down

0 comments on commit 34b3c2e

Please sign in to comment.