fix issue in nightly-builds-latest-jdks.yml (#465)
This commit is contained in:
parent
63b9c657a2
commit
dc9b07942b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
# binary version is required and Pekko build will set the right
|
# binary version is required and Pekko build will set the right
|
||||||
# full version from it.
|
# full version from it.
|
||||||
scalaVersion: ["2.12", "2.13"]
|
scalaVersion: ["2.12", "2.13"]
|
||||||
javaVersion: 20
|
javaVersion: [20]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue