Skip to content

Commit

Permalink
exclude all 1.8 releases
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Piibeleht <[email protected]>
  • Loading branch information
mortenpi committed Sep 13, 2022
1 parent f90c557 commit 16a515e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ function collect_versions()
v >= v"1.1.0" || continue
# only build RCs if > 1.7
v < v"1.7.0" && !isempty(v.prerelease) && continue
# exclude 1.8.0-rc1
v == v"1.8.0-rc1" && continue
# exclude 1.8.0 pre-releases, since those fail
v"1.8.0-" < v < v"1.8.0" && continue
push!(versions, v)
end
end
Expand Down

0 comments on commit 16a515e

Please sign in to comment.