Skip to content

Commit 87471ca

Browse files
authored
use alpha, not nightly in tests; bump version
1 parent a571e13 commit 87471ca

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- os: ubuntu-latest
1818
arch: x64
19-
version: nightly
19+
version: alpha
2020
threads: 2
2121
jet: 'false'
2222
- os: ubuntu-latest
@@ -26,10 +26,9 @@ jobs:
2626
jet: 'true'
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: julia-actions/setup-julia@v2
29+
- uses: julia-actions/install-juliaup@v2
3030
with:
31-
version: ${{ matrix.version }}
32-
arch: ${{ matrix.arch }}
31+
channel: ${{ matrix.version }}~${{ matrix.arch }}
3332
- uses: julia-actions/cache@v2
3433
- uses: julia-actions/julia-buildpkg@v1
3534
- uses: julia-actions/julia-runtest@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumInterface"
22
uuid = "5717a53b-5d69-4fa3-b976-0bf2f97ca1e5"
33
authors = ["QuantumInterface.jl contributors"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)