Skip to content

Commit 1eb2dd1

Browse files
committed
Run CompatHelper with Julia v1.6
1 parent de1e65f commit 1eb2dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name: CompatHelper
33
on:
44
schedule:
55
- cron: '31 1 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
CompatHelper:
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: julia-actions/setup-julia@latest
1213
with:
13-
version: 1.3
14+
version: "^1.6.0-0"
1415
- name: Pkg.add("CompatHelper")
1516
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1617
- name: CompatHelper.main()

0 commit comments

Comments
 (0)