Skip to content

Commit

Permalink
New version. Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Oct 8, 2023
1 parent aa2e448 commit 6c1e378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: CI
on:
- push
- pull_request
jobs:
test:
Expand All @@ -10,7 +9,7 @@ jobs:
fail-fast: false
matrix:
version:
- "^1.6.0-0"
- "1.9"
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "^1.6.0-0"
version: "1"
- run: |
julia --project=docs -e '
using Pkg
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CBLS"
uuid = "a3809bfe-37bb-4d48-a667-bac4c6be8d90"
authors = ["Jean-Francois Baffier"]
version = "0.1.12"
version = "0.1.13"

[deps]
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
Expand Down

0 comments on commit 6c1e378

Please sign in to comment.