From ef239c80dc1452f8adb5936c2b5b719c1162a4bb Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 19 Jan 2024 11:53:08 +0100 Subject: [PATCH] Test on latest Ruby versions too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22403ab..295c44b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ 2.6, 2.7, 3.0, 3.1, ruby-head, truffleruby-head ] + ruby: [ 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, ruby-head, truffleruby-head ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4