Skip to content

Commit f58c60f

Browse files
authored
Drop ruby-head from test matrix to keep builds stable (#958)
* Remove ruby head version from test matrix * Update CHANGELOG
1 parent e0282ab commit f58c60f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,14 @@ jobs:
3030
- { ruby: '3.2', grape: '1.8.0' }
3131
- { ruby: '3.3', grape: '1.8.0' }
3232
- { ruby: '3.4', grape: '1.8.0' }
33-
- { ruby: 'head', grape: '1.8.0' }
3433
- { ruby: '3.1', grape: '2.0.0' }
3534
- { ruby: '3.2', grape: '2.0.0' }
3635
- { ruby: '3.3', grape: '2.0.0' }
3736
- { ruby: '3.4', grape: '2.0.0' }
38-
- { ruby: 'head', grape: '2.0.0' }
3937
- { ruby: '3.1', grape: '2.1.3' }
4038
- { ruby: '3.2', grape: '2.1.3' }
4139
- { ruby: '3.3', grape: '2.1.3' }
4240
- { ruby: '3.4', grape: '2.1.3' }
43-
- { ruby: 'head', grape: '2.1.3' }
4441
- { ruby: '3.1', grape: '2.2.0' }
4542
- { ruby: '3.2', grape: '2.2.0' }
4643
- { ruby: '3.3', grape: '2.2.0' }
@@ -50,7 +47,6 @@ jobs:
5047
# - { ruby: '3.2', grape: 'HEAD' }
5148
# - { ruby: '3.3', grape: 'HEAD' }
5249
# - { ruby: '3.4', grape: 'HEAD' }
53-
# - { ruby: 'head', grape: 'HEAD' }
5450
name: test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }})
5551
runs-on: ubuntu-latest
5652
needs: ['rubocop']

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### Features
44

55
* your contribution
6+
* [#958](https://github.com/ruby-grape/grape-swagger/pull/958): Drop ruby-head from test matrix to keep builds stable - [@numbata](https://github.com/numbata).
67
* [#953](https://github.com/ruby-grape/grape-swagger/pull/953): Added super_diff gem for improved diffing in tests - [@numbata](https://github.com/numbata)
78

89
#### Fixes

0 commit comments

Comments
 (0)