We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7114de commit 5696eddCopy full SHA for 5696edd
.github/workflows/ruby.yml
@@ -16,6 +16,8 @@ jobs:
16
fail-fast: false
17
matrix:
18
ruby:
19
+ - '3.3'
20
+ - '3.2'
21
- '3.1'
22
- '3.0'
23
- '2.7'
@@ -28,6 +30,35 @@ jobs:
28
30
- rails_5.1
29
31
- rails_5.0
32
33
+ exclude:
34
+ - ruby: '3.0'
35
+ rails: 'rails_5.0'
36
37
+ rails: 'rails_5.1'
38
39
+ rails: 'rails_5.2'
40
+
41
+ - ruby: '3.1'
42
43
44
45
46
47
48
+ - ruby: '3.2'
49
50
51
52
53
54
55
+ - ruby: '3.3'
56
57
58
59
60
61
62
env:
63
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile
64
0 commit comments