From ffc929ff9c6b9f98d0e7d9eee8949bd0115a00a6 Mon Sep 17 00:00:00 2001 From: Jutho Date: Thu, 14 Sep 2023 15:03:30 +0200 Subject: [PATCH] add lts to ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce3364..70c3b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: matrix: version: - '1.0' + - '1.6' - '1' os: - ubuntu-latest