Skip to content

Commit

Permalink
Update action matrix with rails 7.1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed May 8, 2024
1 parent 4c0093c commit 2db2c66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ jobs:
rails-version: '5.0'
- ruby-version: '3.2'
rails-version: '5.1'
# rails (~> 7.1.0) was resolved to 7.1.3.2, which depends on Ruby (>= 2.7.0)
- ruby-version: '2.3'
rails-version: '7.1'
- ruby-version: '2.4'
rails-version: '7.1'
- ruby-version: '2.5'
rails-version: '7.1'
- ruby-version: '2.6'
rails-version: '7.1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2db2c66

Please sign in to comment.