Commit 290d1aa
committed
Remove Julia v1.9 version checks from test suite
Since Julia v1.10 is now the LTS version, version checks for Julia v1.9
are no longer needed. This commit removes the conditional execution of
AD tests based on Julia version while keeping the tests themselves.
The VERSION >= v"1.9" conditions are now always true, so they have been removed.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7413380 commit 290d1aa
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments