Skip to content

Commit

Permalink
Test Alchemy 7.0-stable and main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 11, 2024
1 parent 4e7e719 commit c611ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
fail-fast: false
matrix:
alchemy_branch:
- main
- "7.0-stable"
- "main"
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
database:
- mysql
- postgresql
Expand Down Expand Up @@ -71,18 +73,6 @@ jobs:
sudo apt update -qq
sudo apt install -qq --fix-missing libmysqlclient-dev -o dir::cache::archives="/home/runner/apt/cache"
sudo chown -R runner /home/runner/apt/cache
- name: Restore node modules cache
id: yarn-cache
uses: actions/cache@v3
with:
path: spec/dummy/node_modules
key: ${{ runner.os }}-yarn-dummy-${{ hashFiles('./package.json') }}
restore-keys: |
${{ runner.os }}-yarn-dummy-
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare database
run: bundle exec rake alchemy:spec:prepare
- name: Run tests & publish code coverage
Expand Down
2 changes: 1 addition & 1 deletion alchemy-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "CHANGELOG.md", "README.md"]

s.add_dependency "alchemy_cms", [">= 7.0.0-rc1", "< 8"]
s.add_dependency "alchemy_cms", [">= 7.0.0", "< 8"]
s.add_dependency "devise", [">= 4.7.1", "< 5"]

s.add_development_dependency "capybara"
Expand Down

0 comments on commit c611ff0

Please sign in to comment.