Skip to content

Commit 486fbb7

Browse files
committedMar 11, 2025
Update JDK version to 21 for React Native and Expo in CI
1 parent 9fb032d commit 486fbb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,13 @@ jobs:
241241
- name: Show installed RTK versions
242242
run: yarn info @reduxjs/toolkit && yarn why @reduxjs/toolkit
243243

244-
- name: Set up JDK 17 for React Native build
244+
- name: Set up JDK 21 for React Native build
245245
if: matrix.example == 'react-native' || matrix.example == 'expo'
246246
uses: actions/setup-java@v4
247247
with:
248-
java-version: '17.x'
248+
java-version: '21.x'
249249
distribution: 'temurin'
250+
cache: 'gradle'
250251

251252
- name: Build example
252253
env:

0 commit comments

Comments
 (0)
Failed to load comments.