Skip to content

Commit

Permalink
feat(#5): add debug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 22, 2023
1 parent c081186 commit 7177ebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 5_java_javac
pull_request:
branches:
- master
Expand All @@ -13,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
java: [8, 11, 17, 21]
os: [ ubuntu-20.04, macos-12, windows-2022 ]
java: [ 8, 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 7177ebf

Please sign in to comment.