Skip to content

Commit 41da649

Browse files
authored
[CI] Explicitly run tests on minimum supported version (#57)
* [CI] Explicitly run tests on minimum supported version This ensure consistency with the minimum version declared in the project file. * [CI] Drop running tests on Julia v1.11 We ideally interpolate between `min` and `1.12` and hope everything goes well.
1 parent 3c3aaf9 commit 41da649

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
version:
43-
- "1.10"
44-
- "1.11"
43+
- "min"
4544
- "1.12"
4645
os:
4746
- ubuntu-latest

0 commit comments

Comments
 (0)