Skip to content

Commit

Permalink
chore: Add Scala 3.3 to build metrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored and pjfanning committed Feb 10, 2024
1 parent e4a457f commit b0d279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# No need to specify the full Scala version. Only the Scala
# binary version is required and Pekko build will set the right
# full version from it.
scalaVersion: ["2.12", "2.13"]
scalaVersion: ["2.12", "2.13", "3.3"]
javaVersion: [8, 11, 17]
steps:
- name: Checkout
Expand Down

0 comments on commit b0d279e

Please sign in to comment.