Skip to content

Commit 3e90402

Browse files
use newer julia versions (#23)
* use newer julia versions * Add files via upload * Create blank.yml * Delete TagBot.yml * Add files via upload * Delete blank.yml
1 parent 7c93e78 commit 3e90402

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: TagBot
2+
on:
3+
schedule:
4+
- cron: 0 * * * *
5+
jobs:
6+
TagBot:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: JuliaRegistries/TagBot@v1
10+
with:
11+
token: ${{ secrets.GITHUB_TOKEN }}

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
7+
- 1.2
8+
- 1.3
9+
- 1.4
810
- nightly
911
notifications:
1012
email: false

0 commit comments

Comments
 (0)