Skip to content

Commit

Permalink
Update specimin_evaluation_CI.yml
Browse files Browse the repository at this point in the history
rechecing for version 17
  • Loading branch information
NiharikaJamble authored Jul 17, 2024
1 parent a40b68b commit 8e6ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/specimin_evaluation_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Java JDK
uses: actions/setup-java@v2
with:
java-version: '17' # Replace with the Java version you need (e.g., 11, 16, etc.)
java-version: '21' # Replace with the Java version you need (e.g., 11, 16, etc.)
distribution: 'adopt' # Specify the distribution of Java (e.g., adopt, zulu, etc.)
architecture: 'x64' # Specify the architecture of Java (e.g., x64, x86)
server-password: ${{ secrets.GITHUB_TOKEN }} # Use GITHUB_TOKEN for server password
Expand Down

0 comments on commit 8e6ddf9

Please sign in to comment.