From d7331c25f0011477758bf1aa12e5125dcab01a58 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Fri, 12 Jan 2024 04:00:40 +0800 Subject: [PATCH] Run new Rubies (3.1..3.3) in CI (#28) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5d4ae..58ea323 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [2.5, 2.6, 2.7, 3.0] + ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3] steps: - uses: actions/checkout@v2 @@ -25,4 +25,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: bundle exec rake \ No newline at end of file + run: bundle exec rake