pekko/.github/workflows
Arnout Engelen 42d85a3019
Run akka-remote tests on Scala 3 (#30415)
* Run akka-remote tests on Scala 3

* Test the same scenario on Scala 2.13 and 3

A case object is `Serializable` on Scala 3 but not on Scala 2.13, so
this test would fail because no serializer is found on Scala 2.13,
and because the Java serializer is disabled on Scala 3.

By using a class instead, which is not `Serializable` both on Scala 2.13
and Scala 3, we test the same thing on both Scala versions.
2021-07-27 16:42:20 +02:00
..
publish.yml Install graphviz for publishing (#30293) 2021-06-09 10:32:01 +02:00
scala3-build.yml Run akka-remote tests on Scala 3 (#30415) 2021-07-27 16:42:20 +02:00