We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a022e0d commit 4e3bf92Copy full SHA for 4e3bf92
.github/workflows/build.yml
@@ -58,16 +58,15 @@ jobs:
58
matrix:
59
os: [ubuntu-latest]
60
ruby: [
61
- "3.2",
62
"3.3",
63
]
64
gemfile: [
65
- "Gemfile-rails.7.1.x",
66
"Gemfile-rails.7.2.x",
+ "Gemfile-rails.8.0.x",
67
68
experimental: [false]
69
include:
70
- - ruby: "3.3"
+ - ruby: "4.0"
71
os: ubuntu-latest
72
gemfile: Gemfile-rails-edge
73
experimental: true
gemfiles/Gemfile-rails.7.1.x gemfiles/Gemfile-rails.8.0.xgemfiles/Gemfile-rails.7.1.x renamed to gemfiles/Gemfile-rails.8.0.x
@@ -1,5 +1,5 @@
1
source "https://rubygems.org"
2
3
-gem "rails", "~> 7.1.0"
+gem "rails", "~> 8.0.4"
4
5
gemspec path: "../types_from_serializers"
0 commit comments