Skip to content

Commit

Permalink
CI against Rails 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Aug 10, 2024
1 parent 34e7ae3 commit 695f55c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- '6.1.5'
- '7.0.2.3'
- '7.1.0'
- '7.2.0'
exclude:
- ruby-version: 2.7
rails: '7.2.0'
- ruby-version: '3.0'
rails: '7.2.0'
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit 695f55c

Please sign in to comment.