From 8f15fb72729ee96d4cd94ab29db28d447b7a1fc1 Mon Sep 17 00:00:00 2001 From: odunbar Date: Tue, 10 Oct 2023 17:18:43 -0700 Subject: [PATCH] reduce long-term release as it causes breaking tests --- .github/workflows/Tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index e752dafc3..aefdc8688 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: version: - - '1.6' # Long-Term Support release + - '1.8' # Long-Term Support release - '1' # Latest 1.x release of julia os: - ubuntu-latest diff --git a/README.md b/README.md index 17fb92469..ede49016b 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ If you use the examples or code, please cite our article at JOSS in your publish [joss-url]: https://joss.theoj.org/papers/5cb2d4c6af8840af61b44071ae1e672a ### Requirements -Julia version 1.6+ +Julia version 1.8+