Skip to content

Commit

Permalink
ci: bump to Java 11 & add checkout to setup-jdk job
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB02 committed Sep 9, 2022
1 parent 4ded810 commit ffa95f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
name: "Setup JDK"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: '11'
cache: sbt
build:
name: "Build"
Expand Down

0 comments on commit ffa95f0

Please sign in to comment.