From 2a0ec276bf56cb7913411bf0d6e05c67947e7be8 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Thu, 15 Aug 2024 21:04:08 +0900 Subject: [PATCH] Upgrade Ruby test matrix versions --- .github/workflows/test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7373c68..61d137b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,8 +13,12 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] - ruby: [ '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ] + os: [ + ubuntu-latest ] + ruby: [ + '2.7', '3.0', '3.1', '3.2', '3.3', + 'jruby-9.2', 'jruby-9.4', + 'truffleruby-22.3' ] experimental: [ false ] fail-fast: false runs-on: ${{matrix.os}}