Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Downgrade CI and update lower package compats #111

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

fhagemann
Copy link
Contributor

@fhagemann fhagemann commented Dec 19, 2024

The package versions in the Project.toml were a bit of a mess, so I cleaned them up.
To check that the packages still run with the lowest compats, I added the Downgrade CI on 1.10, 1 and pre.

Changes made:

In addition, I included the bumps of OptimizationOptimJL, OptimizationBBO and OptimizationNLopt from #103, #104 and #105.

@fhagemann fhagemann added the dependencies Pull requests that update a dependency file label Dec 19, 2024
@fhagemann
Copy link
Contributor Author

This should be good to go.
I just wanna note that disentangling this was a freaking mess 😅 but this will probably keep nice and clean now! 😊

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 21.28%. Comparing base (1fb1d15) to head (a5f7cb3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   21.28%   21.28%           
=======================================
  Files          36       36           
  Lines        3312     3312           
=======================================
  Hits          705      705           
  Misses       2607     2607           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fhagemann fhagemann linked an issue Dec 19, 2024 that may be closed by this pull request
@fhagemann
Copy link
Contributor Author

This should close #106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Downgrade CI
2 participants