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.
1 parent 6fac221 commit 0631b5dCopy full SHA for 0631b5d
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- rails: 5.2
21
ruby: 2.6
22
23
- ruby: jruby
+ ruby: jruby-9.3
24
25
- rails: "6.0"
26
@@ -35,19 +35,20 @@ jobs:
35
ruby: jruby
36
37
- rails: "7.0"
38
- ruby: 3.1
39
- - rails: "6.1"
40
41
-
+ ruby: "3.0"
42
43
ruby: 3.1
+ - rails: "7.0"
+ ruby: 3.2
44
+ ruby: jruby
45
46
env:
47
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
48
DISPLAY: ":99.0"
49
50
steps:
- - uses: actions/checkout@v2
51
+ - uses: actions/checkout@v3
52
- name: Set up Ruby
53
uses: ruby/setup-ruby@v1
54
with:
0 commit comments