Skip to content

Commit 7ee15bf

Browse files
committed
Add Rails 8.0 and 8.1 builds
1 parent d9f46c5 commit 7ee15bf

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ jobs:
5151
ruby: 2.7 # lowest supported version
5252
- gemfile: gemfiles/rails_7.0.gemfile
5353
ruby: 3.1
54-
- gemfile: gemfiles/rails_7.0.gemfile
55-
ruby: 3.2
5654
- gemfile: gemfiles/rails_7.1.gemfile
5755
ruby: 3.3
58-
- gemfile: gemfiles/rails_master.gemfile
56+
- gemfile: gemfiles/rails_8.0.gemfile
5957
ruby: 3.3
6058
graphql_reject_numbers_followed_by_names: 1
59+
- gemfile: gemfiles/rails_8.1.gemfile
60+
ruby: 3.5
61+
graphql_reject_numbers_followed_by_names: 1
6162
redis: 1
6263
- gemfile: gemfiles/rails_master.gemfile
6364
ruby: 3.4

gemfiles/rails_8.0.gemfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "bootsnap"
6+
gem "ruby-prof", platform: :ruby
7+
gem "pry"
8+
gem "pry-stack_explorer", platform: :ruby
9+
gem "rails", "~> 8.0.0", require: "rails/all"
10+
gem "sqlite3"
11+
gem "pg", platform: :ruby
12+
gem "sequel"
13+
gem "evt"
14+
gem "async"
15+
gem "google-protobuf"
16+
17+
gemspec path: "../"

gemfiles/rails_8.1.gemfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "bootsnap"
6+
gem "ruby-prof", platform: :ruby
7+
gem "pry"
8+
gem "pry-stack_explorer", platform: :ruby
9+
gem "rails", "~> 8.1.0", require: "rails/all"
10+
gem "sqlite3"
11+
gem "pg", platform: :ruby
12+
gem "sequel"
13+
gem "evt"
14+
gem "async"
15+
gem "google-protobuf"
16+
17+
gemspec path: "../"

0 commit comments

Comments
 (0)