Skip to content

Commit c358b03

Browse files
committed
build on newer julia
1 parent 7aaa7fc commit c358b03

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: CI
22
on:
3-
- push
43
- pull_request
54
jobs:
65
test:
@@ -10,7 +9,7 @@ jobs:
109
fail-fast: false
1110
matrix:
1211
version:
13-
- '1.9'
12+
- '1.10'
1413
os:
1514
- ubuntu-latest
1615
arch:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.9'
17+
version: '1.11'
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

0 commit comments

Comments
 (0)