Skip to content

Commit

Permalink
exclude ruby 3.4 and rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Jan 8, 2025
1 parent f466b16 commit 4e1c2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- { ruby_version: '3.1', rails_version: main }
- { ruby_version: '3.1', rails_version: 8.0.0 }
- { ruby_version: '3.4', rails_version: 6.1.0 }
- { ruby_version: '3.4', rails_version: 7.0.0 }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4e1c2ab

Please sign in to comment.