Skip to content

Commit

Permalink
Merge pull request #63 from JeffFessler/master
Browse files Browse the repository at this point in the history
update package versions
  • Loading branch information
gummif authored Jan 26, 2021
2 parents d337df4 + e565012 commit f2b6959
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ os:
- linux
julia:
- 1.0
- 1.1
- 1.2
- 1.4
- 1
- nightly
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
DSP = "0.5.1, 0.6"
FFTW = "0.3, 1"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.7.1, 0.8, 0.9, 0.10"
SpecialFunctions = "0.7.1, 0.8, 0.9, 0.10, 1"
julia = "1"

[extras]
Expand Down

0 comments on commit f2b6959

Please sign in to comment.