From 4cfa6ba3b899c79124ec57affa7d993aa416d989 Mon Sep 17 00:00:00 2001 From: Kris Leech Date: Thu, 22 Jun 2023 16:30:15 +0100 Subject: [PATCH] fixes: CI build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a9c703..7bd5924 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['2.6.3', '2.5.5', '2.4.6', 'jruby-9.2', head, jruby-head] + ruby: ["2.7", "3.0", "3.1", "3.2", "jruby"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3