From 180db9516f830dd172f783070b54eea7d2781a94 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Tue, 8 Dec 2020 23:36:49 +0100 Subject: [PATCH] ci: add java 7 in the test matrix It was already present in the Travis test matrix. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d3e134..439755f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - java: [8, 11] + java: [7, 8, 11] steps: - uses: actions/checkout@v2