Skip to content

Commit

Permalink
ci: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Aug 21, 2023
1 parent d7fe95b commit 865f0da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android CI
name: Build CI

on:
pull_request:
Expand All @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle

Expand Down

0 comments on commit 865f0da

Please sign in to comment.