Add OS/JDK matrix to Github Actions config.
Update build badge link. Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
parent
c010b90c00
commit
7e298d72b1
|
|
@ -72,6 +72,7 @@ jobs:
|
|||
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
|
||||
run: |
|
||||
rm -f ~/.gradle/caches/modules-2/modules-2.lock
|
||||
rm -f ~/.gradle/caches/modules-2/gc.properties
|
||||
|
||||
test-on-macos:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Java SPIFFE Library
|
||||
|
||||
<a href='https://travis-ci.org/spiffe/java-spiffe.svg?branch=master'><img src='https://travis-ci.org/spiffe/java-spiffe.svg?branch=master'></a>
|
||||
[](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml)
|
||||
[](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
|
||||
|
||||
## Overview
|
||||
|
|
|
|||
Loading…
Reference in New Issue