Skip to content

Commit 952d58c

Browse files
authored
Add 1.10 to CI (#358)
* Add 1.10 to CI and remove commented part * Allow nightly failure * Fix * Try stuff * Why not * So * And this * No underscore * Put in matrix * Quotes * Like the tuto * Ho * Test * Hey * Lists again * Include * Revert experimental
1 parent c84cb47 commit 952d58c

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version:
1818
- '1.0'
1919
- '1.6'
20-
- '1.9'
20+
- '1'
2121
- 'nightly'
2222
arch:
2323
- x64
@@ -33,6 +33,9 @@ jobs:
3333
- version: '1.8'
3434
arch: x64
3535
os: ubuntu-22.04
36+
- version: '1.9'
37+
arch: x64
38+
os: ubuntu-22.04
3639
steps:
3740
- uses: actions/checkout@v4
3841
- uses: julia-actions/setup-julia@v1
@@ -55,26 +58,3 @@ jobs:
5558
- uses: codecov/codecov-action@v3
5659
with:
5760
file: lcov.info
58-
# docs:
59-
# name: Documentation
60-
# runs-on: ubuntu-latest
61-
# steps:
62-
# - uses: actions/checkout@v4
63-
# - uses: julia-actions/setup-julia@v1
64-
# with:
65-
# version: '1'
66-
# - run: |
67-
# julia --project=docs -e '
68-
# using Pkg
69-
# Pkg.develop(PackageSpec(path=pwd()))
70-
# Pkg.instantiate()'
71-
# - run: |
72-
# julia --project=docs -e '
73-
# using Documenter: DocMeta, doctest
74-
# using BenchmarkSets
75-
# DocMeta.setdocmeta!(BenchmarkSets, :DocTestSetup, :(using BenchmarkSets); recursive=true)
76-
# doctest(BenchmarkSets)'
77-
# - run: julia --project=docs docs/make.jl
78-
# env:
79-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80-
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)