Skip to content

Commit

Permalink
Fix typo in jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Sep 29, 2021
1 parent d15bfcf commit 179f2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.6, 3.0.2]
java: [adoptium@1.8]
java: [adoptium@8]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
java: [adoptium@1.8]
java: [adoptium@8]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lazy val commonSettings = Seq(
)
)

ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@1.8")
ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@8")

ThisBuild / githubWorkflowTargetTags ++= Seq("v*")

Expand Down

0 comments on commit 179f2ca

Please sign in to comment.