Skip to content

Commit 97d6869

Browse files
committed
Add Julia 1.9 tests back
1 parent c8e2337 commit 97d6869

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: "everything else"
3737
args: "--skip essential/ad.jl mcmc/gibbs.jl mcmc/hmc.jl mcmc/abstractmcmc.jl mcmc/Inference.jl experimental/gibbs.jl mcmc/ess.jl"
3838
version:
39+
- '1.9'
3940
- '1'
4041
os:
4142
- ubuntu-latest
@@ -50,6 +51,10 @@ jobs:
5051
exclude:
5152
# With Windows and macOS, only run x64, 2 threads. We just want to see
5253
# some combination work on OSes other than Ubuntu.
54+
- os: windows-latest
55+
version: '1'
56+
- os: macOS-latest
57+
version: '1'
5358
- os: windows-latest
5459
arch: x86
5560
- os: macOS-latest
@@ -58,9 +63,11 @@ jobs:
5863
num_threads: 1
5964
- os: macOS-latest
6065
num_threads: 1
61-
# It's sufficient to test x86 with one thread.
62-
- num_threads: 2
63-
arch: x86
66+
# It's sufficient to test x86 with only Julia 1.9 and 1 thread.
67+
- arch: x86
68+
version: '1'
69+
- arch: x86
70+
num_threads: 2
6471

6572
steps:
6673
- name: Print matrix variables

0 commit comments

Comments
 (0)