Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AdoptOpenJDK/jitwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Dec 18, 2021
2 parents 9259b07 + 212955b commit f04c2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
java: [11, 11.0.9, 13, 13.0.4, 15, 16-ea]
os: [ubuntu-18.04, macOS-latest, windows-latest]
java: [11, 17]
fail-fast: false
max-parallel: 2
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit f04c2c5

Please sign in to comment.