Skip to content

Commit

Permalink
Update tested versions of ruby and rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 16, 2024
1 parent 8d82e27 commit e11c507
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0']
rails: ['6.1.4.6', '7.0.2.2']
ruby: ['3.1', '3.2', '3.3']
rails: ['7.0.8']
include:
- ruby: '2.7'
rails: '5.2.3'
- ruby: '2.7'
rails: '6.0.0'
rails: '6.0.6.1'
- ruby: '3.0'
rails: '6.0.6.1'
- ruby: '3.1'
rails: '6.1.7.6'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit e11c507

Please sign in to comment.