Skip to content

Commit

Permalink
Update jdk 17
Browse files Browse the repository at this point in the history
Updated action JDK version to 17
  • Loading branch information
s1g53gv authored Dec 13, 2023
1 parent 352d041 commit dc3dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
java-version: '17'
- name: Mock google-services.json
run: mv app/google-services-mock.json app/google-services.json
- name: Instrumentation Tests
Expand Down

0 comments on commit dc3dd04

Please sign in to comment.