From c25dbfbf70f9736e8f65f704a2371cd23ac5d649 Mon Sep 17 00:00:00 2001 From: nov Date: Mon, 23 Jan 2023 15:36:01 +0900 Subject: [PATCH] add ruby 3.2 to the target, and remove older rubies --- .github/workflows/spec.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index f6b6fda..19509fb 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -13,12 +13,11 @@ jobs: spec: strategy: matrix: - os: ['ubuntu-20.04'] - ruby-version: ['2.6', '2.7', '3.0', '3.1'] - # ubuntu 22.04 only supports ssl 3 and thus only ruby 3.1 + os: ['ubuntu-20.04', 'ubuntu-22.04'] + ruby-version: ['3.1', '3.2'] include: - - os: 'ubuntu-22.04' - ruby-version: '3.1' + - os: 'ubuntu-20.04' + ruby-version: '3.0' runs-on: ${{ matrix.os }} steps: