From 57f04a0f645431e58145fee26b69214a46d451f9 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Fri, 30 Dec 2022 08:08:06 -0300 Subject: Add more Ruby versions to GitHub Actions matrix --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fe8d48..3fcf9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,17 +10,20 @@ jobs: fail-fast: false matrix: ruby-version: + - head - '3.2' - '3.1' - '3.0' - '2.7' - '2.6' - '2.5' + - '2.4' - '2.3' - - '2.2' - - '2.1' - - jruby-9.3 - - jruby-9.2 + - jruby + - jruby-head + - truffleruby + - truffleruby-head + - truffleruby+graalvm steps: - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} -- cgit v1.2.1