From 5385bea1cb63bb96a60f686dbf596b9776b1e27a Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 16 May 2024 20:42:24 -0300 Subject: [PATCH] Try with somewhat older versions --- .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 ab853f9..6d1dd1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,8 +218,8 @@ jobs: strategy: matrix: version: - - "0.17.0" - - "0.18.0" + - "0.12.0" + - "0.14.0" - "0.19.0" steps: - uses: actions/checkout@v4