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 12, 2024
1 parent bbff962 commit 359778c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ jobs:
- '7.0.2.3'
- '7.1.0'
- '7.2.0'
- '8.0.0'
exclude:
- ruby-version: 2.7
rails: '7.2.0'
rails:
- '7.2.0'
- '8.0.0'
- ruby-version: '3.0'
rails: '7.2.0'
rails:
- '7.2.0'
- '8.0.0'
- ruby-version: 3.1
rails:
- '8.0.0'
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit 359778c

Please sign in to comment.