From 1968e869a1cd196ebf8ee3516c1f78243238e59e Mon Sep 17 00:00:00 2001 From: Fabian Gans Date: Mon, 21 Oct 2024 10:48:41 +0200 Subject: [PATCH] switch from 1.6 to lts testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3427e4f9..511b640f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' #- '~1.8.0-0' - 'nightly'