summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-08 15:53:59 +0100
committerAlbin <albin@mullvad.net>2022-12-08 15:53:59 +0100
commit81c3e7fc12f29ceefb394f11d1486c83e847bcc7 (patch)
treec63536b3d957f5b778a5d70191fc1dfbdd48aaf7 /.github
parent541bbf7c36e6c83ca7e88cc7ff859c8cefbde6c0 (diff)
parent8c6954d4c8d0638fe2b408c9147e56522cb79aa8 (diff)
downloadmullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.tar.xz
mullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.zip
Merge branch 'bump-android-project-to-java-11'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 9337863549..5868913197 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -101,7 +101,7 @@ jobs:
- name: Build Android app
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: assembleDebug
gradle-version: wrapper
build-root-directory: android
@@ -109,7 +109,7 @@ jobs:
- name: Run unit tests
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: testDebugUnitTest
gradle-version: wrapper
build-root-directory: android
@@ -118,7 +118,7 @@ jobs:
- name: Assemble instrumented test apk
uses: burrunan/gradle-cache-action@v1
with:
- job-id: jdk8
+ job-id: jdk11
arguments: assembleAndroidTest
gradle-version: wrapper
build-root-directory: android