From abfc6c2ad70fc02cc9650bd0c07302c06ff8515e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 2 Dec 2022 19:12:17 +0900 Subject: [PATCH] Update ruby versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dec302..92dbbbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,11 +13,11 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ 'head', '3.0', '2.7', '2.6' ] + ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ] os: [ ubuntu-latest, macos-latest, windows-latest ] include: - ruby: jruby-head - - ruby: jruby-9.3 + - ruby: jruby-9.4 - ruby: truffleruby - ruby: truffleruby-head runs-on: ${{ matrix.os || 'ubuntu-latest' }}