File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,16 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, macos-latest, windows-latest]
16
- jdk : [1. 8, 9, 11, 15 ]
16
+ jdk : [8, 11, 17, 21 ]
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- name : Set up JDK
21
- uses : actions/setup-java@v1
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ${{ matrix.jdk }}
24
- - name : Cache Maven packages
25
- uses : actions/cache@v2
26
- with :
27
- path : ~/.m2
28
- key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
29
- restore-keys : ${{ runner.os }}-m2
24
+ distribution : liberica
30
25
- name : Maven Build
31
26
run : mvn -V -B -DskipTests=true install
32
27
- name : Maven Test
33
- run : mvn -B verify
34
- # - name: Maven Code Coverage
35
- # if: ${{ github.ref == 'refs/heads/main' && matrix.jdk == '1.8' && matrix.os == 'ubuntu-latest' }}
36
- # run: mvn -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
28
+ run : mvn -B verify
Original file line number Diff line number Diff line change 1
- [ ![ CI ] ( https://github.com/expath/crypto-java/workflows/CI /badge.svg )] ( https://github.com/expath/crypto-java/actions?query=workflow%3ACI )
1
+ [ ![ Build Status ] ( https://github.com/expath/crypto-java/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/expath/crypto-java/actions/workflows/ci.yml )
2
2
[ ![ Java 8+] ( https://img.shields.io/badge/java-8%2B-blue.svg )] ( https://adoptopenjdk.net/ )
3
3
[ ![ License] ( https://img.shields.io/badge/license-LGPL%202.1-blue.svg )] ( https://opensource.org/licenses/lgpl-2.1 )
4
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.expath.crypto /crypto-java.svg? label=Maven%20Central )] ( https://search.maven.org /search?q=g:%22org .expath.crypto%22%20AND%20a:%22crypto-java%22 )
4
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.expath/crypto-java?logo=apachemaven& label=maven+central&color=green )] ( https://central.sonatype.com /search?namespace=org .expath )
5
5
6
6
# Java library for EXPath Crypto Module
7
7
You can’t perform that action at this time.
0 commit comments