Skip to content

Commit f7da732

Browse files
authored
Merge pull request #665 from SciML/myb/compat
Update CompatHelper and StaticArrays bounds
2 parents 3b22064 + 5e70db3 commit f7da732

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
5-
- cron: '00 * * * *'
6-
issues:
7-
types: [opened, reopened]
8-
4+
- cron: '00 00 * * *'
5+
workflow_dispatch:
96
jobs:
10-
build:
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
julia-version: [1.5.0]
15-
julia-arch: [x86]
16-
os: [ubuntu-latest]
7+
CompatHelper:
8+
runs-on: ubuntu-latest
179
steps:
18-
- uses: julia-actions/setup-julia@latest
19-
with:
20-
version: ${{ matrix.julia-version }}
2110
- name: Pkg.add("CompatHelper")
2211
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2312
- name: CompatHelper.main()
2413
env:
2514
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
2616
run: julia -e 'using CompatHelper; CompatHelper.main()'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Requires = "1.0"
4949
RuntimeGeneratedFunctions = "0.4"
5050
SafeTestsets = "0.0.1"
5151
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
52-
StaticArrays = "0.10, 0.11, 0.12"
52+
StaticArrays = "0.10, 0.11, 0.12, 1.0"
5353
SymbolicUtils = "0.6"
5454
TreeViews = "0.3"
5555
UnPack = "0.1, 1.0"

0 commit comments

Comments
 (0)