Skip to content

Commit e710a8a

Browse files
committed
Unwrap testing combinations
1 parent aa6caf5 commit e710a8a

File tree

1 file changed

+63
-3
lines changed

1 file changed

+63
-3
lines changed

.github/workflows/test.yml

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,69 @@ jobs:
3030
grape_swagger: [ '~> 2.0.3', 'head' ]
3131
grape_entity: [ '~> 1.0.1', 'head' ]
3232
ruby: [ '3.0', '3.4', 'head' ]
33-
# Exclude combinations that are not supported.
34-
exclude:
35-
- { grape_swagger: '~> 2.0.3', grape: 'head' }
33+
include:
34+
# Ruby 3.1 combinations
35+
- ruby: '3.0'
36+
grape: '~> 2.0.0'
37+
grape_swagger: '~> 2.0.3'
38+
grape_entity: '~> 1.0.1'
39+
- ruby: '3.0'
40+
grape: '~> 2.0.0'
41+
grape_swagger: '~> 2.1.1'
42+
grape_entity: 'head'
43+
44+
# Ruby 3.4 combinations
45+
- ruby: '3.4'
46+
grape: '~> 2.0.0'
47+
grape_swagger: '~> 2.0.3'
48+
grape_entity: '~> 1.0.1'
49+
- ruby: '3.4'
50+
grape: '~> 2.0.0'
51+
grape_swagger: '~> 2.0.3'
52+
grape_entity: 'head'
53+
- ruby: '3.4'
54+
grape: '~> 2.0.0'
55+
grape_swagger: 'head'
56+
grape_entity: '~> 1.0.1'
57+
- ruby: '3.4'
58+
grape: '~> 2.0.0'
59+
grape_swagger: 'head'
60+
grape_entity: 'head'
61+
- ruby: '3.4'
62+
grape: 'head'
63+
grape_swagger: 'head'
64+
grape_entity: '~> 1.0.1'
65+
- ruby: '3.4'
66+
grape: 'head'
67+
grape_swagger: 'head'
68+
grape_entity: 'head'
69+
70+
# Ruby head combinations
71+
- ruby: 'head'
72+
grape: '~> 2.0.0'
73+
grape_swagger: '~> 2.0.3'
74+
grape_entity: '~> 1.0.1'
75+
- ruby: 'head'
76+
grape: '~> 2.0.0'
77+
grape_swagger: '~> 2.0.3'
78+
grape_entity: 'head'
79+
- ruby: 'head'
80+
grape: '~> 2.0.0'
81+
grape_swagger: 'head'
82+
grape_entity: '~> 1.0.1'
83+
- ruby: 'head'
84+
grape: '~> 2.0.0'
85+
grape_swagger: 'head'
86+
grape_entity: 'head'
87+
- ruby: 'head'
88+
grape: 'head'
89+
grape_swagger: 'head'
90+
grape_entity: '~> 1.0.1'
91+
- ruby: 'head'
92+
grape: 'head'
93+
grape_swagger: 'head'
94+
grape_entity: 'head'
95+
3696
runs-on: ubuntu-latest
3797
env:
3898
GRAPE_VERSION: ${{ matrix.grape }}

0 commit comments

Comments
 (0)