From 7063a7e25dc408c7e2709345d69fd28a5e60257c Mon Sep 17 00:00:00 2001 From: Joschka Braun Date: Fri, 5 May 2023 11:52:32 +0200 Subject: [PATCH] :rocket: test: add level 5 --- .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 abfc233..b3b71b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - group: [0, 1, 2, 3, 4] + group: [0, 1, 2, 3, 4, 5] steps: - uses: actions/checkout@v2 - name: Set up Python 3.8