From 2c75f770cef1b70384c1ca68d18b4408dcf376e3 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 21 Sep 2023 18:20:09 -0400 Subject: [PATCH] For now just test against Julia 1.8 --- .github/workflows/test_itensors_base_ubuntu.yml | 2 +- .github/workflows/test_ndtensors.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_itensors_base_ubuntu.yml b/.github/workflows/test_itensors_base_ubuntu.yml index 1314173bba..1599c2c979 100644 --- a/.github/workflows/test_itensors_base_ubuntu.yml +++ b/.github/workflows/test_itensors_base_ubuntu.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: - - '1.6' + - '1.8' - '1' os: - ubuntu-latest diff --git a/.github/workflows/test_ndtensors.yml b/.github/workflows/test_ndtensors.yml index 9109345bd5..09ef300348 100644 --- a/.github/workflows/test_ndtensors.yml +++ b/.github/workflows/test_ndtensors.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: version: - - '1.6' + - '1.8' - '1' os: - ubuntu-latest