Skip to content

Commit ccc19da

Browse files
Bump java version in CI
1 parent 6229c79 commit ccc19da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Set up JDK 8 with SBT cache
17+
- name: Set up JDK 11 with SBT cache
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: '8'
21+
java-version: '11'
2222
cache: 'sbt'
2323

2424
- name: Install SBT and jq

0 commit comments

Comments
 (0)