From 206d526258fc63a1c6c1ba7082e53c168d0789ea Mon Sep 17 00:00:00 2001 From: devchima Date: Tue, 27 Aug 2024 20:55:14 -0400 Subject: [PATCH] Build v6.5.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad38afa..c209bce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: GREP_TIMEOUT: 360 strategy: matrix: - VERSION: [v7.0.4, v7.2.4] + VERSION: [v6.5.1, v7.0.4, v7.2.4] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2