Skip to content

Commit

Permalink
Test various lychee versions
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 a06f9b2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ 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 latest lychee version
uses: ./
with:
lycheeVersion: latest

- name: test globs
uses: ./
Expand Down

0 comments on commit a06f9b2

Please sign in to comment.