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 34b50a7 commit 94ee148Copy full SHA for 94ee148
.github/workflows/build.yml
@@ -8,6 +8,8 @@ jobs:
8
fail-fast: false
9
matrix:
10
include:
11
+ - ruby: 3.3
12
+ gemfile: gemfiles/Gemfile-8-0
13
- ruby: 3.1
14
gemfile: gemfiles/Gemfile-7-0
15
- ruby: 3.0.0
gemfiles/Gemfile-8-0
@@ -0,0 +1,7 @@
1
+source "https://rubygems.org"
2
+
3
+gem "rails", "~> 8.0.0"
4
+gem "rails-settings-cached", "2.8.2"
5
+gem "sqlite3", ">= 2.1"
6
7
+gemspec path: ".."
0 commit comments