Skip to content

Commit

Permalink
e2e fix(3) install java version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Jan 3, 2024
1 parent 1c1e987 commit 44edf52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
if: ${{ env.INSTALL_JAVA == 'true' }}
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
check-latest: true

- name: Install pods
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ ruby ">= 2.6.10"
gem 'cocoapods', '~> 1.13'
gem 'fastlane'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 comments on commit 44edf52

Please sign in to comment.