We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aae19b commit b24d1d8Copy full SHA for b24d1d8
1 file changed
.github/workflows/samples-scala-client.yaml
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/setup-java@v5
55
with:
56
distribution: 'temurin'
57
- java-version: 17
+ java-version: 11
58
- name: Setup sbt launcher
59
uses: sbt/setup-sbt@v1
60
- name: Cache maven dependencies
@@ -67,4 +67,4 @@ jobs:
67
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/build.sbt') }}
68
- name: Build and test
69
working-directory: ${{ matrix.sample }}
70
- run: sbt -v ++2.13.x +test
+ run: sbt -v test
0 commit comments