From e5c8923cc9c00459b426a1c4a1f89da87875b5d3 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Wed, 26 Jun 2024 20:21:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Ruby=203.1=20as=20the?= =?UTF-8?q?=20baseline=20(#141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autocorrect.yml | 2 +- .github/workflows/codecov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autocorrect.yml b/.github/workflows/autocorrect.yml index c8f03cd..d1493c3 100644 --- a/.github/workflows/autocorrect.yml +++ b/.github/workflows/autocorrect.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - ruby: [3.0] + ruby: [3.1] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 4c40695..fd90f55 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - ruby: [3.0] + ruby: [3.1] steps: - uses: actions/checkout@v3