Skip to content

Commit

Permalink
maybe fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Nov 5, 2024
1 parent ad3e0b5 commit 3f22196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Test
on: [push, pull_request]

jobs:
openjdk17:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
- run: sbt test

0 comments on commit 3f22196

Please sign in to comment.