Skip to content

Commit 8f75bca

Browse files
authored
Merge pull request #490 from maleadt/tb/1.11
Switch CI to 1.11.
2 parents b72cde7 + c2245e8 commit 8f75bca

File tree

7 files changed

+140
-92
lines changed

7 files changed

+140
-92
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: ['1.10', 'pre', 'nightly']
21+
version: ['1.10', '1.11', 'nightly']
2222
os: ['ubuntu-latest', 'macOS-latest', 'windows-latest']
2323
arch: [x64]
2424
llvm_args: ['']
@@ -36,15 +36,15 @@ jobs:
3636
os: 'windows-latest'
3737
arch: 'x64'
3838
llvm_args: '--opaque-pointers'
39-
- version: 'pre'
39+
- version: '1.11'
4040
os: 'ubuntu-latest'
4141
arch: 'x64'
4242
llvm_args: '--opaque-pointers'
43-
- version: 'pre'
43+
- version: '1.11'
4444
os: 'macOS-latest'
4545
arch: 'x64'
4646
llvm_args: '--opaque-pointers'
47-
- version: 'pre'
47+
- version: '1.11'
4848
os: 'windows-latest'
4949
arch: 'x64'
5050
llvm_args: '--opaque-pointers'
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/checkout@v4
183183
- uses: julia-actions/setup-julia@latest
184184
with:
185-
version: '1.10'
185+
version: '1.11'
186186
- name: Install dependencies
187187
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
188188
- name: Build and deploy

0 commit comments

Comments
 (0)