We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaa7fc commit c358b03Copy full SHA for c358b03
.github/workflows/CI.yml
@@ -1,6 +1,5 @@
1
name: CI
2
on:
3
- - push
4
- pull_request
5
jobs:
6
test:
@@ -10,7 +9,7 @@ jobs:
10
9
fail-fast: false
11
matrix:
12
version:
13
- - '1.9'
+ - '1.10'
14
os:
15
- ubuntu-latest
16
arch:
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
17
- version: '1.9'
+ version: '1.11'
18
- name: Install dependencies
19
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- name: Build and deploy
0 commit comments