Skip to content

Commit 94ee148

Browse files
committed
Add Rails 8 gemfile and CI test
1 parent 34b50a7 commit 94ee148

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
include:
11+
- ruby: 3.3
12+
gemfile: gemfiles/Gemfile-8-0
1113
- ruby: 3.1
1214
gemfile: gemfiles/Gemfile-7-0
1315
- ruby: 3.0.0

gemfiles/Gemfile-8-0

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)