We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b765e commit c64b0d1Copy full SHA for c64b0d1
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
os: [ubuntu-latest]
27
scala: [2.13.6, 2.12.14]
28
- java: [graalvm@21.2.0]
+ java: [graalvm-ce-java11@21.1.0]
29
runs-on: ${{ matrix.os }}
30
steps:
31
- name: Checkout current branch (full)
@@ -92,7 +92,7 @@ jobs:
92
93
94
scala: [2.13.6]
95
96
97
98
0 commit comments