Skip to content

Commit

Permalink
Merge pull request #938 from y-yagi/ci_against_rails80
Browse files Browse the repository at this point in the history
CI against Rails 8.0
  • Loading branch information
y-yagi authored Jan 5, 2025
2 parents 4173a0f + 6a10c9a commit a155391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- 3.2
- 3.1
rails:
- 8.0
- 7.2
include:
# Edge
Expand All @@ -35,6 +36,8 @@ jobs:
- { ruby: '2.6', rails: '6' }
- { ruby: '2.5', rails: '6' }
- { ruby: '2.4', rails: '5' }
exclude:
- { ruby: '3.1', rails: '8.0' }

env:
RAILS_VERSION: "${{ matrix.rails }}"
Expand Down

0 comments on commit a155391

Please sign in to comment.