Skip to content

Commit 219443d

Browse files
committed
CI: Test with Ruby 4.0
Until released needs solidus_auth_devise main branch for now
1 parent f8779d6 commit 219443d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test_solidus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
ruby: "3.4"
3838
database: sqlite
3939
storage: activestorage
40+
- rails: "8.0"
41+
ruby: "4.0"
42+
database: postgres
43+
storage: activestorage
4044
env:
4145
BUNDLE_WITHOUT: "lint release"
4246
COVERAGE_DIR: ${{ github.workspace }}/${{ inputs.lib_name }}/coverage

bin/rails-application-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if $0 == __FILE__
1818
end
1919

2020
gem 'solidus'
21-
gem 'solidus_auth_devise'
21+
gem 'solidus_auth_devise', github: 'solidusio/solidus_auth_devise', branch: 'main'
2222
gem 'rails_12factor'
2323

2424
gem_group :heroku do

0 commit comments

Comments
 (0)