pekko/.github
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
..
ISSUE_TEMPLATE Update issue templates (#25912) 2018-11-13 17:45:57 +00:00
workflows Run akka-remote tests on Scala 3 (#30415) 2021-07-27 16:42:20 +02:00
autolabeler.yml Autolabeler configuration [skip ci] 2020-01-31 16:00:40 +01:00
release-drafter.yml typo (#29375) 2020-07-13 13:35:45 +02:00