Skip to content

Commit

Permalink
Merge branch 'master' into update/choco-solver-4.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser authored Sep 24, 2024
2 parents 2526efb + b2ba9c5 commit be31f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'sbt'
- name: Compile and run tests
run: sbt "clean; test;"
Expand Down

0 comments on commit be31f61

Please sign in to comment.