We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf0d05 commit f487e20Copy full SHA for f487e20
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
# Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个
31
# 还有microsoft(微软维护的openjdk发行版) oracle(商用SDK)等
32
distribution: 'temurin'
33
- java-version: '8'
+ java-version: '21'
34
35
- name: Set up Node.js
36
uses: actions/setup-node@v4
0 commit comments