Skip to content

Commit

Permalink
Upgrade to minimum Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 11, 2023
1 parent 8fed0c5 commit 157acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: ${{ matrix.platform == 'android' }}
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Run test (iOS)
if: ${{ matrix.platform == 'ios' }}
Expand Down

0 comments on commit 157acae

Please sign in to comment.