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 4654a46 commit eb20d5bCopy full SHA for eb20d5b
.github/workflows/ci.yml
@@ -12,11 +12,11 @@ jobs:
12
matrix:
13
include:
14
- os: ubuntu-latest
15
- java: 8
+ java: 11
16
distribution: zulu
17
jobtype: 1
18
19
20
21
jobtype: 2
22
runs-on: ${{ matrix.os }}
.github/workflows/release.yml
@@ -16,12 +16,12 @@ jobs:
- name: Setup Scala
uses: olafurpg/setup-scala@v13
with:
- java-version: "adopt@1.8"
+ java-version: "adopt@11"
- name: Setup JDK
uses: actions/setup-java@v4
23
distribution: temurin
24
- java-version: 8
+ java-version: 11
25
cache: sbt
26
- uses: sbt/setup-sbt@v1
27
- name: Release
0 commit comments