From a52a8563451b5b7d4f724620e04824c08ef613bf Mon Sep 17 00:00:00 2001 From: Andrei Subbota Date: Thu, 22 May 2025 22:56:59 +0200 Subject: [PATCH 1/2] Remove ruby head version from test matrix --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b928bd4..efa813c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,17 +30,14 @@ jobs: - { ruby: '3.2', grape: '1.8.0' } - { ruby: '3.3', grape: '1.8.0' } - { ruby: '3.4', grape: '1.8.0' } - - { ruby: 'head', grape: '1.8.0' } - { ruby: '3.1', grape: '2.0.0' } - { ruby: '3.2', grape: '2.0.0' } - { ruby: '3.3', grape: '2.0.0' } - { ruby: '3.4', grape: '2.0.0' } - - { ruby: 'head', grape: '2.0.0' } - { ruby: '3.1', grape: '2.1.3' } - { ruby: '3.2', grape: '2.1.3' } - { ruby: '3.3', grape: '2.1.3' } - { ruby: '3.4', grape: '2.1.3' } - - { ruby: 'head', grape: '2.1.3' } - { ruby: '3.1', grape: '2.2.0' } - { ruby: '3.2', grape: '2.2.0' } - { ruby: '3.3', grape: '2.2.0' } @@ -50,7 +47,6 @@ jobs: # - { ruby: '3.2', grape: 'HEAD' } # - { ruby: '3.3', grape: 'HEAD' } # - { ruby: '3.4', grape: 'HEAD' } - # - { ruby: 'head', grape: 'HEAD' } name: test (ruby=${{ matrix.entry.ruby }}, grape=${{ matrix.entry.grape }}) runs-on: ubuntu-latest needs: ['rubocop'] From 832dbc9ffcaa484d41895bfa0f33fd7412768aef Mon Sep 17 00:00:00 2001 From: Andrei Subbota Date: Thu, 22 May 2025 23:06:13 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f60613f..cedcb85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ #### Features * your contribution +* [#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). * [#953](https://github.com/ruby-grape/grape-swagger/pull/953): Added super_diff gem for improved diffing in tests - [@numbata](https://github.com/numbata) #### Fixes