We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0754381 commit ceb1319Copy full SHA for ceb1319
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v6
13
- uses: actions/setup-java@v5
14
with:
15
- java-version: 17
+ java-version: 21
16
distribution: temurin
17
- name: Execute unit tests
18
run: ./gradlew app:testDebugUnitTest --stacktrace
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- name: Setup custom keystore file
0 commit comments