Skip to content

Commit

Permalink
Use only Java 8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Dec 19, 2024
1 parent 45d2a57 commit ad41116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kelpie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
name: Build
strategy:
matrix:
java_version: [8, 11, 17, 21]
# java_version: [8, 11, 17, 21]
java_version: [8]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ad41116

Please sign in to comment.