Skip to content

Commit

Permalink
Remove Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Sep 25, 2024
1 parent 86a3a1b commit 5b2659a
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 @@ -52,7 +52,7 @@ jobs:
checks: write
strategy:
matrix:
java: [ '17', '21', '23' ]
java: [ '17', '21' ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build
Expand Down

0 comments on commit 5b2659a

Please sign in to comment.