Skip to content

Commit

Permalink
Try to avoid unnecessary workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored Dec 23, 2023
1 parent 1220a95 commit 2de4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8 ]
java: [ 11 ] # Use 11 rather than 8, as 8 fails currently

steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down

0 comments on commit 2de4363

Please sign in to comment.