# Julia 1.6.5 testing period

**URL:** https://discourse.julialang.org/t/julia-1-6-5-testing-period/73068
**Category:** Announcements
**Created:** [December 14, 2021, 11:14am UTC](https://discourse.julialang.org/t/julia-1-6-5-testing-period/73068 "2021-12-14T11:14:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [December 14, 2021, 11:14am UTC](https://discourse.julialang.org/t/julia-1-6-5-testing-period/73068/1 "2021-12-14T11:14:00Z")

</div>

The `release-1.6` branch on the Julia repository now contains the set of commits we’re planning to tag as v1.6.5, the fifth patch release in the 1.6 series. The list of commits included since v1.6.4 is available [here](https://github.com/JuliaLang/julia/compare/v1.6.4...78ba17b5533d3d27368c274da27db2e20172622d). As a patch release, it should be strictly non-breaking for existing code and should introduce no new features at all, just bug fixes and performance enhancements.

Specifically, this release should fix the stack overflows some users have reported during certain LinearAlgebra operations.

We encourage users, especially package authors, to test their code using a source build of the `release-1.6` branch to ensure there are no changes in behavior. (Binaries are not available for prereleases of patch versions at this time.) A package evaluation run showed no regressions from v1.6.4, so we should be good, but extra testing and assurance are always worthwhile. If you run into any issues, please report them on Julia’s [GitHub issue tracker](https://github.com/JuliaLang/julia/issues). We ask that you post them there rather than in this thread for visibility to the developers.

Assuming all is well, we’ll move forward with releasing v1.6.5 in a couple of days.

---

<div class="post-metadata">

### Author: ![longemen3000](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/longemen3000/32/7298_2.png) [@longemen3000](https://discourse.julialang.org/u/longemen3000)
#### Post date: [December 14, 2021, 11:32pm UTC](https://discourse.julialang.org/t/julia-1-6-5-testing-period/73068/2 "2021-12-14T23:32:34Z")

</div>

it is possible to use Github actions to test against this release?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [December 15, 2021, 12:40pm UTC](https://discourse.julialang.org/t/julia-1-6-5-testing-period/73068/3 "2021-12-15T12:40:03Z")

</div>

Unfortunately no. There is some discussion about that here: [https://github.com/julia-actions/setup-julia/issues/84](https://github.com/julia-actions/setup-julia/issues/84).
