Skip to content

Commit 71eb2c1

Browse files
committed
Run CompatHelper on Julia v1.4
CompatHelper doesn't seem to be compatible with Julia v1.5 yet.
1 parent 9029011 commit 71eb2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: julia-actions/setup-julia@latest
1717
with:
18-
version: 1.5
18+
version: 1.4
1919
- name: Pkg.add("CompatHelper")
2020
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2121
- name: CompatHelper.main()

0 commit comments

Comments
 (0)