Skip to content

Commit

Permalink
Update build.yml (#237)
Browse files Browse the repository at this point in the history
Keep the JDKs supported by Mule Runtime for matrix building.
  • Loading branch information
manikmagar committed Jan 17, 2022
1 parent 3cd8ed9 commit 5e5ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [8,11,17]
java: [8,11]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-java@v2
Expand Down

0 comments on commit 5e5ca32

Please sign in to comment.