Skip to content

Commit

Permalink
Updated java version to 11 in ci.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Oct 17, 2023
1 parent 0e869ca commit 5107a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: 11
- name: Build and Test
run: sbt -v +test

0 comments on commit 5107a5e

Please sign in to comment.