Skip to content

Commit

Permalink
exclude ruby 3.4 and rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Jan 8, 2025
1 parent a4e60af commit f466b16
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 @@ -17,6 +17,7 @@ jobs:
exclude:
- { 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 }

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

0 comments on commit f466b16

Please sign in to comment.