Skip to content

Commit

Permalink
Merge pull request unibas-gravis#423 from unibas-gravis/ci-with-jdk11
Browse files Browse the repository at this point in the history
use jdk 11 for running tests
  • Loading branch information
marcelluethi authored Jan 23, 2024
2 parents 8bdee60 + 019ac45 commit b2a67a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: 11
- name: Run tests
run: |
sudo apt-get update
Expand All @@ -26,4 +26,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck

0 comments on commit b2a67a0

Please sign in to comment.