Skip to content

Commit

Permalink
Reduce java matrix workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Nov 12, 2022
1 parent 292e684 commit eeab695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 12, 13, 14, 15, 16, 17]
java: [11, 13, 15, 17]
name: Java ${{ matrix.java }} Run
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eeab695

Please sign in to comment.