Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeigarts committed Feb 21, 2024
1 parent b1a6d1c commit 74ab9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
matrix:
ruby-version: ["3.1", "3.2", "3.3"]
rails-version: ["6.1.0", "7.0.0", "7.1.0"]
env:
RAILS_VERSION: ${{ matrix.rails-version }}

steps:
- uses: actions/checkout@v2
Expand All @@ -19,5 +21,3 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
env:
RAILS_VERSION: ${{ matrix.rails-version }}

0 comments on commit 74ab9f4

Please sign in to comment.