Skip to content

Commit f2b6959

Browse files
authored
Merge pull request #63 from JeffFessler/master
update package versions
2 parents d337df4 + e565012 commit f2b6959

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ os:
44
- linux
55
julia:
66
- 1.0
7-
- 1.1
8-
- 1.2
9-
- 1.4
7+
- 1
108
- nightly
119
matrix:
1210
allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
DSP = "0.5.1, 0.6"
1616
FFTW = "0.3, 1"
1717
Reexport = "0.2, 1.0"
18-
SpecialFunctions = "0.7.1, 0.8, 0.9, 0.10"
18+
SpecialFunctions = "0.7.1, 0.8, 0.9, 0.10, 1"
1919
julia = "1"
2020

2121
[extras]

0 commit comments

Comments
 (0)