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:
Max Lambrecht 2021-06-22 11:40:04 -03:00
parent c010b90c00
commit 7e298d72b1
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ jobs:
# Restoring these files from a GitHub Actions cache might cause problems for future builds. # Restoring these files from a GitHub Actions cache might cause problems for future builds.
run: | run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
test-on-macos: test-on-macos:

View File

@ -1,6 +1,6 @@
# Java SPIFFE Library # 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> [![continuous-integration](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml/badge.svg)](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml)
[![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=master) [![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=master)
## Overview ## Overview