Skip to content

Commit ab59eee

Browse files
committed
Don't use Java 11 for community projects
There are compilation errors due to changes between 8 and 11 - addition of `String.lines` shadows the deprecated `StringOps.lines` in stdlib * probblem for ScalaTest - JAXB APIs are removed * problem for BetterFiles
1 parent 51783fe commit ab59eee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
container: lampepfl/dotty:2020-04-24
102102

103103
steps:
104-
- name: Set up JDK version
105-
run: echo "::add-path::/usr/lib/jvm/java-11-openjdk-amd64/bin"
106-
107104
- name: Checkout cleanup script
108105
uses: actions/checkout@v2
109106

0 commit comments

Comments
 (0)