Skip to content

Commit

Permalink
Update CircleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski committed Sep 15, 2020
1 parent f747836 commit b30ae4c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ scala_212: &scala_212
scala_213: &scala_213
SCALA_VERSION: 2.13.3

scala_dotty: &scala_dotty
SCALA_VERSION: 0.26.0

jdk_8: &jdk_8
JDK_VERSION: 8

Expand Down Expand Up @@ -242,6 +245,20 @@ jobs:
- <<: *scala_213
- <<: *jdk_11

test_dotty_jdk8:
<<: *test
<<: *machine_ubuntu
environment:
- <<: *scala_dotty
- <<: *jdk_8

test_dotty_jdk11:
<<: *test
<<: *machine_ubuntu
environment:
- <<: *scala_dotty
- <<: *jdk_11

release:
<<: *release
<<: *machine_ubuntu
Expand Down Expand Up @@ -297,6 +314,16 @@ workflows:
- lint
filters:
<<: *filter_tags
- test_dotty_jdk8:
requires:
- lint
filters:
<<: *filter_tags
- test_dotty_jdk11:
requires:
- lint
filters:
<<: *filter_tags
- release:
context: Sonatype2
requires:
Expand Down

0 comments on commit b30ae4c

Please sign in to comment.