Skip to content

Commit

Permalink
Test various lychee versions (#235)
Browse files Browse the repository at this point in the history
This is a consequence of #232. It adds a few additional tests for special lychee versions to avoid breaking changes in the future.
  • Loading branch information
mre authored Aug 20, 2024
1 parent ff9963a commit 2a0b365
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 2a0b365

Please sign in to comment.