We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0474494 + 6280af1 commit d97483eCopy full SHA for d97483e
.github/workflows/ci.yml
@@ -34,8 +34,8 @@ jobs:
34
- gemfile: 7.0.gemfile
35
ruby: '3.0'
36
37
- # - gemfile: 7.0.gemfile
38
- # ruby: '3.1'
+ - gemfile: 7.0.gemfile
+ ruby: '3.1'
39
40
41
runs-on: ubuntu-latest
gemfiles/7.0.gemfile
@@ -5,5 +5,6 @@ source "https://rubygems.org"
5
gem "appraisal"
6
gem "codeclimate-test-reporter"
7
gem "rails", "~> 7.0"
8
+gem "matrix"
9
10
gemspec path: "../"
0 commit comments