Skip to content

Commit

Permalink
[SYSTEMDS-3807] Fix code coverage by using jdk 11 on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehm7 committed Dec 13, 2024
1 parent 1e86da3 commit 2dcd822
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/javaTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ jobs:

determine_test_coverage:
name: Determine Test Coverage
runs-on: ubuntu-latest
needs: [
java_tests
]
needs: [java_tests]
strategy:
matrix:
os: [ubuntu-latest]
java: [11]

steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2dcd822

Please sign in to comment.