Skip to content

Commit 09d4e42

Browse files
committed
add Julia v1.11 in CI
1 parent 906269f commit 09d4e42

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.7'
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

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.10'
14+
- '1.11'
1415
- 'nightly'
1516
os:
1617
- ubuntu-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.11.7 (Upcoming Release)
22

33
- Use `size(x, 1)` and `size(x, 2)` instead of `n, _ = size(x)` and `_, p = size(x)`, respectively.
4+
- Add `v1.11` of Julia in GitHub CI.
45

56

67
# v0.11.6

0 commit comments

Comments
 (0)