Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 22, 2022
1 parent 7175fa0 commit 7e58b5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mvn.yml
@@ -1,6 +1,6 @@
---
name: mvn
"on":
on:
push:
branches:
- master
Expand All @@ -13,11 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 13]
java: [11, 17]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: actions/cache@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion codecov.yml
@@ -1,6 +1,6 @@
---
name: codecov
"on":
on:
push:
branches:
- master
Expand All @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: 11
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 7e58b5f

Please sign in to comment.