We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1e31e commit 4bddf56Copy full SHA for 4bddf56
.github/workflows/scala.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up JDK 11
20
uses: actions/setup-java@v3
21
with:
22
- java-version: '8'
+ java-version: '11'
23
distribution: 'temurin'
24
cache: 'sbt'
25
- name: Run tests
0 commit comments