Add CI logic for testing the latest dependencies
This way we can catch breaking upstream changes early and adapt the code sooner rather than later.
It works by checking if the CI variable TEST_LATEST is set to "true" all dependencies is bumped to the latest version, before tests are run. The plan is to test the latest dependencies on a schedule.
Fix #67 (closed)
Merge request reports
Activity
- Resolved by David Runge
Hm, I think this should better be a separate set of jobs (that are allowed to fail) in a separate stage. If this also updates to e.g. prereleases we do not want to fail on that and block merges or releases.
added 4 commits
-
c56d4352...e5e0f3d8 - 3 commits from branch
archlinux:main
- 6adf1eae - Add CI logic for testing the latest dependencies
-
c56d4352...e5e0f3d8 - 3 commits from branch