Skip to content

Commit

Permalink
test with several ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sashazykov committed Mar 19, 2023
1 parent 587e332 commit 6204753
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.7.7]
ruby-version: [2.7.7 3.0.5 3.1.3]

steps:
- name: Checkout code
Expand All @@ -25,8 +25,9 @@ jobs:

- name: Install dependencies
run: |
bundle config set without 'development'
bundle config path vendor/bundle
bundle install --jobs=9 --retry=2 --without development --quiet
bundle install --jobs=9 --retry=2 --quiet
- name: Setup test database
run: |
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source 'https://rubygems.org'

ruby '2.7.7'

gem 'rails', '5.2.8.1'

gem 'acts_as_paranoid'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,5 @@ DEPENDENCIES
vcr
webmock

RUBY VERSION
ruby 2.7.7p221

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 tip4commit
Copyright (c) 2023 tip4commit

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 6204753

Please sign in to comment.