Skip to content

Commit

Permalink
Add Rails 8 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzolkos committed Nov 11, 2024
1 parent bbff962 commit da034cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
- '7.0.2.3'
- '7.1.0'
- '7.2.0'
- '8.0.0'
exclude:
- ruby-version: 2.7
rails: '7.2.0'
rails: '8.0.0'
- ruby-version: '3.0'
rails: '7.2.0'
rails: '8.0.0'
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit da034cb

Please sign in to comment.