Skip to content

Commit

Permalink
fix CI java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent b92a54e commit 9f2b2bc
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 @@ -15,7 +15,7 @@ jobs:
CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }}
strategy:
matrix:
java: [17]
java: [8]

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 9f2b2bc

Please sign in to comment.