Skip to content

Commit

Permalink
Merge pull request #2246 from volodya-lombrozo/2236_simplify_build
Browse files Browse the repository at this point in the history
feat(#2236): Leave only 11 and 20 java versions for a regular build
  • Loading branch information
yegor256 authored Jul 12, 2023
2 parents 722ec61 + dd81747 commit 50e8a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 17, 18]
java: [11, 20]
runs-on: ${{ matrix.os }}
env:
CONVERT_PATH: /tmp/convert
Expand Down

0 comments on commit 50e8a25

Please sign in to comment.