We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d8060 commit a812762Copy full SHA for a812762
.github/workflows/assembleFlavors.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
28
with:
29
distribution: "temurin"
30
- java-version: 17
+ java-version: 21
31
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
32
- name: Build ${{ matrix.flavor }}
33
run: |
.github/workflows/screenShotTest.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
47
48
49
50
51
- name: Enable KVM group perms
52
0 commit comments