From 741310da9542d3954ec898e4d04a9ddb27968e76 Mon Sep 17 00:00:00 2001 From: anicusan Date: Wed, 30 Oct 2024 13:58:06 +0000 Subject: [PATCH] test against LTS, which is not 1.7 anymore --- .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 4efb16e..a94cd5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: fail-fast: false matrix: version: - - '1.7' + - 'lts' - '1' - - 'nightly' + - 'pre' os: - ubuntu-latest arch: