facebook-android-sdk
facebook-android-sdk copied to clipboard
Set java version in verifybuild.yml
We are using the latest version of Ubuntu to run our github actions. The default java version is now becoming 17 in the newest version of ubuntu, yet our sdk runs using java 11. Therefore, we should explicitly set the java version.
Thanks for proposing a pull request!
To help us review the request, please complete the following:
- [x] sign contributor license agreement
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and Changelog (when/where necessary)
- [x] I've added the proper label to this pull request (e.g.
bugfor bug fixes)
Pull Request Details
Describe what you accomplished in this pull request (for example, what happens before the change, and after the change)
Test Plan
Test Plan: Add your test plan here