Skip to content

Commit

Permalink
Added ruby v3.1 and v3.2 to the test matrix
Browse files Browse the repository at this point in the history
The Matrix class was moved to a bundled gem in 3.1
  • Loading branch information
bfoz committed Mar 21, 2024
1 parent d69e553 commit eecbea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ group :test do
gem 'minitest'
gem 'rake'
end

gem "matrix", "~> 0.4.2"

0 comments on commit eecbea2

Please sign in to comment.