From 79b2b4a36d4e01b63a355fa39be0a84bcda103a3 Mon Sep 17 00:00:00 2001 From: devchima Date: Tue, 27 Aug 2024 00:48:12 -0400 Subject: [PATCH] Add Rapidpro 6.4.4, 6.4.6, 7.2.4, 7.4.0, 7.4.2, 8.0.0 to build matrix --- .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..bf133eb 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.4.4, v6.4.6, v7.2.0, v7.0.4, v7.2.4, v7.4.0, v7.4.2, v8.0.0] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2