Skip to content

Commit 73bbdd7

Browse files
committed
CI: Clean up Julia version selection
1 parent 483678c commit 73bbdd7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- ubuntu-latest
3838
- windows-latest
3939
julia_version:
40-
# - "1.6"
41-
- "1.10"
40+
- "min"
4241
- "1"
4342
- "nightly"
4443
julia_arch: [x64, x86]
@@ -92,8 +91,7 @@ jobs:
9291
- macos-15-intel
9392
- ubuntu-latest
9493
julia_version:
95-
# - "1.6"
96-
- "1.10"
94+
- "min"
9795
- "1"
9896
- "nightly"
9997
julia_arch: [x64]
@@ -350,8 +348,7 @@ jobs:
350348
- ubuntu-latest
351349
mpi: [mpitrampoline]
352350
julia_version:
353-
# - "1.6"
354-
- "1.10"
351+
- "min"
355352
- "1"
356353
- "nightly"
357354
julia_arch:

0 commit comments

Comments
 (0)