From 5057d5f3ee95ad42e411ef11bd8c020557a135c8 Mon Sep 17 00:00:00 2001 From: Anna Shcherbak Date: Tue, 15 Oct 2024 22:38:43 +0300 Subject: [PATCH] update ci.yaml --- .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 8b6448da..a6db12e9 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: matrix: compliance: ['red', 'green'] container: - image: python:3.8 + image: python:3.10 env: COMPLIANCE: ${{ matrix.compliance }} if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')