summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-30 08:08:06 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2022-12-31 17:00:05 -0300
commit57f04a0f645431e58145fee26b69214a46d451f9 (patch)
tree1a205877b5a870b9d9473a8fdeabe3cb83635ef7
parent4313ce4c39b7ac0da19d4f51b49fa0aa003a3b4e (diff)
downloadhighline-57f04a0f645431e58145fee26b69214a46d451f9.tar.gz
Add more Ruby versions to GitHub Actions matrix
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 7 insertions, 4 deletions
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 }}