Skip to content

Commit 3480604

Browse files
authored
Merge pull request #135 from dblock/fix-ci
Fix CI, remove jruby, upgrade rails.
2 parents fecb14e + f61983a commit 3480604

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

.github/workflows/head.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby']
10-
rails: ['7.2.2.2', '8.0.2.1']
9+
ruby: ['3.1', '3.2', '3.3', '3.4']
10+
rails: ['7.2.2.2', '~> 8.0.3']
1111
grape-swagger: ['1.6.1', '2.1.2']
1212
exclude:
13-
- { ruby: '3.1', rails: '8.0.2.1' } # Rails 8 requires Ruby >= 3.2
13+
- { ruby: '3.1', rails: '~> 8.0.3' } # Rails 8 requires Ruby >= 3.2
1414
env:
1515
GRAPE_SWAGGER_VERSION: ${{ matrix.grape-swagger }}
1616
RAILS_VERSION: ${{ matrix.rails }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Gem Version](https://badge.fury.io/rb/grape-swagger-rails.svg)](http://badge.fury.io/rb/grape-swagger-rails)
44
[![Tests](https://github.com/ruby-grape/grape-swagger-rails/actions/workflows/test.yml/badge.svg)](https://github.com/ruby-grape/grape-swagger-rails/actions/workflows/test.yml)
5-
[![Code Climate](https://codeclimate.com/github/ruby-grape/grape-swagger-rails/badges/gpa.svg)](https://codeclimate.com/github/ruby-grape/grape-swagger-rails)
65

76
Swagger UI as Rails Engine for grape-swagger gem.
87

0 commit comments

Comments
 (0)