We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b3080 commit 570bfdaCopy full SHA for 570bfda
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Set up JDK 11
19
- uses: actions/setup-java@v3
+ uses: olafurpg/setup-scala@v14
20
with:
21
java-version: ${{ matrix.java }}
22
distribution: adopt
0 commit comments