Skip to content

Commit ceb1319

Browse files
committed
java 21
1 parent 0754381 commit ceb1319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-java@v5
1414
with:
15-
java-version: 17
15+
java-version: 21
1616
distribution: temurin
1717
- name: Execute unit tests
1818
run: ./gradlew app:testDebugUnitTest --stacktrace
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-java@v5
2525
with:
26-
java-version: 17
26+
java-version: 21
2727
distribution: temurin
2828

2929
- name: Setup custom keystore file

0 commit comments

Comments
 (0)