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 43
43
44
44
# These are the default Java configurations used by most tests.
45
45
# 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
48
48
49
49
# These are the default Android System Image configurations used by most tests.
50
50
# To customize these options, add "system-image-arch" or "system-image-target" to the strategy matrix with its overriding value.
82
82
83
83
- android : 11
84
84
android-api : 30
85
- java-version : 11
86
85
87
86
timeout-minutes : 60
88
87
91
90
- uses : actions/setup-node@v2
92
91
with :
93
92
node-version : ${{ env.node-version }}
94
- - uses : actions/setup-java@v2
93
+ - uses : actions/setup-java@v3
95
94
env :
96
95
java-version : ${{ matrix.versions.java-version == '' && env.default_java-version || matrix.versions.java-version }}
97
96
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