Skip to content

Commit

Permalink
upd to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Feb 9, 2023
1 parent b8b7b7c commit e7e2670
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 70 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/CompatHelper.yml
@@ -0,0 +1,16 @@
name: CompatHelper
on:
schedule:
- cron: '00 00 * * *'
workflow_dispatch:
jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPAT_HELPER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
version:
- '1.7'
- '1.8'
# - 'nightly'
os:
- ubuntu-latest
Expand Down

0 comments on commit e7e2670

Please sign in to comment.