From 7c5ccdc0ccdc0808bf8ae843e6713d1c256890a9 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Sun, 3 Nov 2024 09:47:33 +0900 Subject: [PATCH] Run tests against the latest Rubies --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7c29c6..9d89ab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,13 @@ jobs: strategy: matrix: entry: - - { ruby: 2.7.2 } - - { ruby: 3.0.0 } - - { ruby: 3.1.2 } - - { ruby: 3.2.2 } + - { ruby: 2.7 } + - { ruby: 3.0 } + - { ruby: 3.1 } + - { ruby: 3.2 } + - { ruby: 3.3 } - { ruby: "ruby-head", ignore: true } - - { ruby: "jruby-9.3.9.0", ignore: true } + - { ruby: "jruby-9.4.8.0", ignore: true } - { ruby: "jruby-head", ignore: true } steps: - uses: actions/checkout@v3