Skip to content

Commit acf991c

Browse files
authored
Update ci.yml
1 parent 407562d commit acf991c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11+
- v11
1112
tags: '*'
1213
jobs:
1314
test:
@@ -17,7 +18,7 @@ jobs:
1718
fail-fast: false
1819
matrix:
1920
version:
20-
- '1.7' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
21+
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
2122
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2223
os:
2324
- ubuntu-latest
@@ -66,4 +67,4 @@ jobs:
6667
- run: julia --project=docs docs/make.jl
6768
env:
6869
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
70+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)