Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from cbeer/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Update tested rails and ruby versions to those with support
  • Loading branch information
cbeer authored Aug 15, 2024
2 parents a93442b + 74193fe commit 0716b2a
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [6.1.1, 6.0.3.2]
ruby: [2.7, 3.0]
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies with Rails ${{ matrix.rails_version }}
run: bundle install
- name: Run tests
run: bundle exec rake
test_rails52:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [5.2.4.4]
ruby: [2.7]
rails_version: [6.1.7.8]
ruby: [3.1, 3.2, 3.3]
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
Expand Down

0 comments on commit 0716b2a

Please sign in to comment.