File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4343
4444 # These are the default Java configurations used by most tests.
4545 # To customize these options, add "java-distro" or "java-version" to the strategy matrix with its overriding value.
46- default_java-distro : adopt
47- default_java-version : 8
46+ default_java-distro : temurin
47+ default_java-version : 11
4848
4949 # These are the default Android System Image configurations used by most tests.
5050 # To customize these options, add "system-image-arch" or "system-image-target" to the strategy matrix with its overriding value.
8282
8383 - android : 11
8484 android-api : 30
85- java-version : 11
8685
8786 timeout-minutes : 60
8887
9190 - uses : actions/setup-node@v2
9291 with :
9392 node-version : ${{ env.node-version }}
94- - uses : actions/setup-java@v2
93+ - uses : actions/setup-java@v3
9594 env :
9695 java-version : ${{ matrix.versions.java-version == '' && env.default_java-version || matrix.versions.java-version }}
9796 java-distro : ${{ matrix.versions.java-distro == '' && env.default_java-distro || matrix.versions.java-distro }}
You can’t perform that action at this time.
0 commit comments