From 2a0b365aceb34a89a196d96fbf23ec6c29274854 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 20 Aug 2024 17:06:50 +0200 Subject: [PATCH] Test various lychee versions (#235) This is a consequence of https://github.com/lycheeverse/lychee-action/issues/232. It adds a few additional tests for special lychee versions to avoid breaking changes in the future. --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abede88..5661365 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,12 @@ jobs: - name: test explicit lychee version uses: ./ with: - lycheeVersion: v0.14.0 + lycheeVersion: v0.15.1 + + - name: test nightly lychee version + uses: ./ + with: + lycheeVersion: nightly - name: test globs uses: ./