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:56 UTC

[incubator-pekko-http] 26/47: build: disable 2.12 building for now

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 78c8cbdd2cd3f7fa0c496a2404ab67d510427044
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Apr 11 14:21:23 2022 +0200

    build: disable 2.12 building for now
    
    Because we removed the `@pre213` versions of some methods, 2.12
    doesn't work for now
---
 .github/workflows/validate-and-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml
index 868d25690..edf68d478 100644
--- a/.github/workflows/validate-and-test.yml
+++ b/.github/workflows/validate-and-test.yml
@@ -53,7 +53,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        SCALA_VERSION: [2.12, 2.13, 3]
+        SCALA_VERSION: [2.13, 3]
         JABBA_JDK: [1.8]
     steps:
       - name: Checkout


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