From 6a11bac1d8daa4379d4c607c0bba640dc288b98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 2 Apr 2024 10:44:10 +0200 Subject: [PATCH] ci: we don't have >1.1.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3b1218..3e53c76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - "1.1.0" - "1.x" - "1" - - "> 1.1.0" + - "> 1.0.0" - "< 2" # Disable support for now. This is because Github Artifacts # expire after 90 days, and we don't have another source of truth yet.