You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2022/11/03 11:23:31 UTC

[incubator-pekko-http] 01/47: build: temporarily change test matrix to include Scala 3

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch scala-3
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git

commit d77e4b946a882737a9016c083215e330abd6ee9e
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Wed Mar 16 13:45:27 2022 +0100

    build: temporarily change test matrix to include Scala 3
---
 .github/workflows/validate-and-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml
index 197fae0b8..868d25690 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -53,8 +53,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        SCALA_VERSION: [2.12, 2.13]
-        JABBA_JDK: [1.8, 1.11]
+        SCALA_VERSION: [2.12, 2.13, 3]
+        JABBA_JDK: [1.8]
     steps:
       - name: Checkout
         uses: actions/checkout@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org