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 40238b1 commit 4d3f21bCopy full SHA for 4d3f21b
.github/workflows/main.yml
@@ -9,22 +9,12 @@ jobs:
9
fail-fast: true
10
matrix:
11
ruby-version:
12
- - 2.6
13
- - 2.7
14
- - 3.0.0
15
- - 3.1
+ - 3.3
16
gemfile:
17
- - rails5_2.gemfile
18
- - rails6_0.gemfile
19
- - rails6_1.gemfile
20
- rails7_0.gemfile
21
- exclude:
22
- - ruby-version: 2.6
23
- gemfile: rails7_0.gemfile
24
- - ruby-version: 3.0.0
25
- gemfile: rails5_2.gemfile
26
- - ruby-version: 3.1
27
+ # exclude:
+ # - ruby-version: 2.6
+ # gemfile: rails7_0.gemfile
28
steps:
29
- name: Checkout repository
30
uses: actions/checkout@v2
0 commit comments