Skip to content

Commit f0ee80a

Browse files
Change README.md (#57)
* Change README.md * Change README.md
1 parent 01aaa32 commit f0ee80a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ name: CI
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6+
67
env:
78
CI: true
89

910
jobs:
1011
linux-jvm-tests:
11-
name: JDK ${{matrix.java-version}} JVM Tests
12+
name: JDK JVM Tests
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v2
1516
- uses: actions/setup-java@v2
1617
with:
1718
distribution: "temurin"
18-
java-version: ${{ matrix.java-version }}
19+
java-version: 11
1920
- name: Build with Maven
2021
run: mvn verify

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v2
1919
with:
2020
distribution: "temurin"
21-
java-version: 8
21+
java-version: 11
2222
- name: Build with Maven and Coverage/Sonar
2323
run: mvn verify -P coverage,sonar
2424
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Maven Central](https://img.shields.io/maven-central/v/io.github.project-openubl/xbuilder)](https://search.maven.org/artifact/io.github.project-openubl/xbuilder/)
2-
[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
2+
[![License](https://img.shields.io/github/license/project-openubl/xbuilder?logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
33
![CI](https://github.com/project-openubl/xbuilder/workflows/CI/badge.svg)
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xbuilder&metric=alert_status)](https://sonarcloud.io/dashboard?id=project-openubl_xbuilder)
55

66
[![Project Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg?style=for-the-badge&logo=zulip)](https://projectopenubl.zulipchat.com/)
7-
[![Supported JVM Versions](https://img.shields.io/badge/JVM-8--11--15-brightgreen.svg?style=for-the-badge&logo=Java)](https://github.com/project-openubl/xbuilder/actions/runs/472762588/)
7+
[![Supported JVM Versions](https://img.shields.io/badge/JVM-11--17-brightgreen.svg?style=for-the-badge&logo=Java)](https://github.com/project-openubl/xbuilder/actions/runs/472762588/)
88

99
# XBuilder
1010

0 commit comments

Comments
 (0)