Skip to content

Commit 79568f6

Browse files
committed
#1134 parent up
1 parent cb8462a commit 79568f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: codecov
3-
"on":
3+
on:
44
push:
55
branches:
66
- master

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
java: [11, 17]
16+
java: [8, 11, 17]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOFTWARE.
2727
<parent>
2828
<groupId>com.jcabi</groupId>
2929
<artifactId>parent</artifactId>
30-
<version>0.58.0</version>
30+
<version>0.59.0</version>
3131
</parent>
3232
<groupId>org.takes</groupId>
3333
<artifactId>takes</artifactId>

0 commit comments

Comments
 (0)