Skip to content

Commit 4e3bf92

Browse files
committed
chore: cover rails 8.0 explicitly
1 parent a022e0d commit 4e3bf92

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,15 @@ jobs:
5858
matrix:
5959
os: [ubuntu-latest]
6060
ruby: [
61-
"3.2",
6261
"3.3",
6362
]
6463
gemfile: [
65-
"Gemfile-rails.7.1.x",
6664
"Gemfile-rails.7.2.x",
65+
"Gemfile-rails.8.0.x",
6766
]
6867
experimental: [false]
6968
include:
70-
- ruby: "3.3"
69+
- ruby: "4.0"
7170
os: ubuntu-latest
7271
gemfile: Gemfile-rails-edge
7372
experimental: true
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "~> 7.1.0"
3+
gem "rails", "~> 8.0.4"
44

55
gemspec path: "../types_from_serializers"

0 commit comments

Comments
 (0)