We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8afc2 commit 0c3cf8dCopy full SHA for 0c3cf8d
.github/workflows/test.yml
@@ -12,8 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
ruby:
15
- - "2.7.5"
16
- - "3.0.3"
+ - "3.0.6"
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Ruby
@@ -23,12 +22,13 @@ jobs:
23
22
bundler-cache: true
24
- name: Run rspec
25
run: bundle exec rake test
+
26
rubocop:
27
runs-on: ubuntu-latest
28
29
30
31
32
33
34
test/rails_test.rb
@@ -6,9 +6,9 @@
6
require 'open3'
7
8
RAILS_VERSIONS = %w[
9
- 6.0.4.4
10
- 6.1.4.4
11
- 7.0.1
+ 6.0.6.1
+ 6.1.7.6
+ 7.0.8
].freeze
RAILS_FLAGS = %w[
0 commit comments