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.
2 parents 776029b + a8e9192 commit 69c98bfCopy full SHA for 69c98bf
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
- rails: "7.2"
42
ruby: "3.3"
43
44
+ - rails: "8.0"
45
+ ruby: "3.3"
46
+
47
env:
48
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
49
DISPLAY: ":99.0"
gemfiles/rails_8.0.gemfile
@@ -0,0 +1,18 @@
1
+# This file was generated by Appraisal
2
3
+source "https://rubygems.org"
4
5
+gem "appraisal"
6
+gem "puma"
7
+gem "active_model_serializers"
8
+gem "amazing_print"
9
+gem "minitest"
10
+gem "minitest-rails"
11
+gem "rake"
12
+gem "sprockets", "< 4.0"
13
+gem "rails", "~> 8.0.0"
14
+gem "sidekiq", "~> 7.2.4"
15
+gem "sqlite3"
16
+gem "rubocop"
17
18
+gemspec path: "../"
0 commit comments