Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

Summary

Since Julia v1.10 is now the LTS, the version-gated test for v1.8 is no longer needed.

Changes

  • Removed @test_throws check that was conditional on VERSION >= v"1.8" in test/analyticless_convergence_tests.jl

Test plan

  • Tests pass locally
  • CI passes

🤖 Generated with Claude Code

Since Julia v1.10 is now the LTS, the version check for v1.8 is always true.
Keep the @test_throws check but remove the VERSION conditional.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas force-pushed the remove-old-version-checks branch from a29f71b to 92de153 Compare July 28, 2025 00:33
@ChrisRackauckas ChrisRackauckas merged commit 2a9ec11 into master Jul 28, 2025
4 of 5 checks passed
@ChrisRackauckas ChrisRackauckas deleted the remove-old-version-checks branch July 28, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants