Skip to content

Commit 8d4ac3a

Browse files
committed
fix version check
1 parent b0860b8 commit 8d4ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/qa.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using Optimization, Aqua
77
treat_as_own = [OptimizationProblem,
88
Optimization.SciMLBase.AbstractOptimizationCache])
99
Aqua.test_project_extras(Optimization)
10-
if VERSION > v"1.10"
10+
if !(VERSION < v"1.11")
1111
# in CI we need to dev packages to run the tests
1212
# which adds stale deps
1313
# on later versions [sources] is used instead

0 commit comments

Comments
 (0)