Skip to content

Commit

Permalink
fix: bumped java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSingh07 authored and therajanmaurya committed Dec 10, 2023
1 parent 721b392 commit ca85b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature_branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2

# Set up JDK
- name: Set Up JDK 1.8
- name: Set Up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17

# Install NDK
- name: Install NDK
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v2

# Set up JDK
- name: Set Up JDK 11
- name: Set Up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

# Install NDK
- name: Install NDK
Expand Down

0 comments on commit ca85b89

Please sign in to comment.