File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11name : TagBot
22on :
3- schedule :
4- - cron : 0 0 * * *
3+ issue_comment :
4+ types :
5+ - created
56 workflow_dispatch :
67jobs :
78 TagBot :
9+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
810 runs-on : ubuntu-latest
911 steps :
1012 - uses : JuliaRegistries/TagBot@v1
Original file line number Diff line number Diff line change 44 - pull_request
55jobs :
66 test :
7- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
7+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 fail-fast : false
1111 matrix :
1212 version :
13- - ' 1.3 '
14- - ' 1.5'
13+ - ' 1.0 ' # earliest supported
14+ - ' 1.5' # latest release
1515 - ' nightly'
1616 os :
1717 - ubuntu-latest
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ BitFlags = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
88MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
99Mmap = " a63ad114-7e13-5084-954f-fe012c677804"
1010
11+ [compat ]
12+ julia = " 1"
13+
1114[extras ]
1215Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1316
You can’t perform that action at this time.
0 commit comments