From 83e8b0fe90cbe1b6a1415e46937b2b1cda8aa5ed Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Tue, 7 Nov 2023 12:50:50 -0500 Subject: [PATCH] Test on 1.6 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f51435..0e8d077 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: version: - - '1.4' + - '1.6' - 'nightly' os: - ubuntu-latest @@ -40,4 +40,4 @@ jobs: CODE - uses: codecov/codecov-action@v3 with: - file: ./lcov.txt \ No newline at end of file + file: ./lcov.txt