Skip to content

Commit

Permalink
Automated commit made by MassInstallAction.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3369 committed Dec 13, 2020
1 parent 7cf8b99 commit dafd81f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,17 @@ name: CompatHelper
on:
schedule:
- cron: '00 00 * * *'
pull_request:
branches:
- master
workflow_dispatch:

jobs:
CompatHelper:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.2.0]
julia-version: [1.5.3]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down

0 comments on commit dafd81f

Please sign in to comment.