Skip to content

Commit

Permalink
Merge 05e9d0f into cd3f11e
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Feb 20, 2020
2 parents cd3f11e + 05e9d0f commit 7d74e5a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/CompatHelper.yml
@@ -0,0 +1,19 @@
name: CompatHelper

on:
schedule:
- cron: '00 00 * * *'

jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractTrees = "^0.2.1"
AbstractTrees = "0.2, 0.3"
BenchmarkTools = "^0.4"
MathOptInterface = "~0.9"
OrderedCollections = "^1.0"
Expand Down

0 comments on commit 7d74e5a

Please sign in to comment.