We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d624fa3 commit f95af76Copy full SHA for f95af76
.github/workflows/tests.yml
@@ -241,12 +241,13 @@ jobs:
241
- name: Show installed RTK versions
242
run: yarn info @reduxjs/toolkit && yarn why @reduxjs/toolkit
243
244
- - name: Set up JDK 17 for React Native build
+ - name: Set up JDK 21 for React Native build
245
if: matrix.example == 'react-native' || matrix.example == 'expo'
246
uses: actions/setup-java@v4
247
with:
248
- java-version: '17.x'
+ java-version: '21.x'
249
distribution: 'temurin'
250
+ cache: 'gradle'
251
252
- name: Build example
253
env:
0 commit comments