We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe02fd commit dcec2ecCopy full SHA for dcec2ec
2 files changed
.env
@@ -65,7 +65,7 @@ JDK=8
65
KARTOTHEK=latest
66
# LLVM 12 and GCC 11 reports -Wmismatched-new-delete.
67
LLVM=14
68
-MAVEN=3.5.4
+MAVEN=3.9.6
69
NODE=18
70
NUMBA=latest
71
NUMPY=latest
dev/tasks/verify-rc/github.linux.amd64.yml
@@ -54,7 +54,8 @@ jobs:
54
with:
55
ruby-version: 3.1
56
57
- - uses: actions/setup-java@v2
+ - name: Setup Java
58
+ uses: actions/setup-java@v2
59
60
distribution: 'temurin'
61
java-version: '11'
0 commit comments