fix issue in nightly-builds-latest-jdks.yml (#465)

This commit is contained in:
PJ Fanning 2023-07-03 14:48:03 +01:00 committed by GitHub
parent 63b9c657a2
commit dc9b07942b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ jobs:
# binary version is required and Pekko build will set the right
# full version from it.
scalaVersion: ["2.12", "2.13"]
javaVersion: 20
javaVersion: [20]
steps:
- name: Checkout
uses: actions/checkout@v3