add job that can test with java 20 (#464)

This commit is contained in:
PJ Fanning 2023-07-03 10:01:57 +01:00 committed by GitHub
parent 029806f872
commit 63b9c657a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 160 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
matrix:
# The versions of scala specified here are only used as `+~...`
# which ignores the PATCH portion of the version id. These Scala versions don't need
# to be fully defined here then since Akka build handles which patch version will be used.
# to be fully defined here then since Pekko build handles which patch version will be used.
scalaVersion: [ "2.12", "2.13" ]
steps:
- name: Checkout