File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
7878 if : matrix.os == 'macOS-latest'
7979 run : |
8080 echo "skip.android=true" > local.properties
81- - name : Set up JDK 11
81+ - name : Set up JDK 21
8282 uses : actions/setup-java@v4
8383 with :
84- java-version : 17
84+ java-version : 21
8585 distribution : ' adopt'
8686 - name : Check JVM
8787 if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ jobs:
8787 if : matrix.os == 'macOS-latest'
8888 run : |
8989 echo "skip.android=true" > local.properties
90- - name : Set up JDK 11
90+ - name : Set up JDK 21
9191 uses : actions/setup-java@v4
9292 with :
93- java-version : 17
93+ java-version : 21
9494 distribution : ' adopt'
9595 - name : Check JVM
9696 if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
9393 if : matrix.os == 'macOS-latest'
9494 run : |
9595 echo "skip.android=true" > local.properties
96- - name : Set up JDK 11
96+ - name : Set up JDK 21
9797 uses : actions/setup-java@v4
9898 with :
99- java-version : 17
99+ java-version : 21
100100 distribution : ' adopt'
101101 - name : Check JVM
102102 if : matrix.os != 'windows-latest'
You can’t perform that action at this time.
0 commit comments