We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adopt
1 parent 89450eb commit 6dea8daCopy full SHA for 6dea8da
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
os: [ubuntu-latest]
25
scala: [2.12.15]
26
- java: [adopt@1.8, adopt@1.11, adopt@1.15]
+ java: [8, 11, 15]
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Checkout current branch (full)
build.sbt
@@ -14,7 +14,7 @@ lazy val root = project
14
crossScalaVersions := scalaVersions
15
)
16
17
-ThisBuild / githubWorkflowJavaVersions := Seq("adopt@1.8", "adopt@1.11", "adopt@1.15")
+ThisBuild / githubWorkflowJavaVersions := Seq("8", "11", "15")
18
ThisBuild / githubWorkflowScalaVersions := scalaVersions
19
ThisBuild / githubWorkflowBuildPostamble := Seq(
20
// This runs the template with the default parameters, and runs test within the templated app.
0 commit comments