Automattic / simplenote-android

Simplenote for Android
https://simplenote.com
GNU General Public License v2.0
1.75k stars 299 forks source link

ci: set Java 17 on GH workflow #1630

Closed wzieba closed 5 months ago

wzieba commented 5 months ago

Description

This PR fixes the GitHub Actions workflow for sending dependencies to GitHub Dependency Graph by setting Java version used by the workflow to 17. It's needed after #1627

Testing

No need for manual testing, this should work as soon as it'll land on the main branch. Works fine on fork: https://github.com/wzieba/simplenote-android/actions/runs/7637594726/job/20806763175

wpmobilebot commented 5 months ago
You can test the changes on this Pull Request by downloading an installable build (simplenote-android-installable-build-pr1630-d716c2c-018d3a98-fa83-4f03-a5a9-b330b97cee11.apk), or scanning this QR code:
roundhill commented 5 months ago

Thanks @wzieba!