Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Add Dotty to GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Oct 29, 2020
1 parent 62da770 commit c41e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java: [adopt@1.8, adopt@1.11, adopt@1.15]
scala: [2.12.12, 2.13.3]
scala: [2.12.12, 2.13.3, 0.27.0-RC1]
env:
SCALA_VERSION: ${{ matrix.scala }}
steps:
Expand Down

0 comments on commit c41e63e

Please sign in to comment.