Skip to content

Commit

Permalink
Add rails 8.0 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Nov 11, 2024
1 parent 6db86f1 commit a58efbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
rails: [61, 70, 71, 72]

# Rails 7.2 requires ruby 3.1 and higher
# Rails 8.0 requires ruby 3.2 and higher
include:
- ruby: "3.0"
rails: 61
- ruby: "3.0"
rails: 70
- ruby: "3.0"
rails: 71
- ruby: "3.2"
rails: 80
- ruby: "3.3"
rails: 80
env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
steps:
Expand Down

0 comments on commit a58efbe

Please sign in to comment.