Skip to content

Commit

Permalink
exclude rubies <= 3.2 for rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Balakirev committed Nov 14, 2024
1 parent a943172 commit 7475411
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 @@ -47,6 +47,12 @@ jobs:
ruby: jruby-9.3
sprockets: 4
exclude:
- rails: 8.0.0
ruby: 3.1
- rails: 8.0.0
ruby: 3.0.6
- rails: 8.0.0
ruby: jruby-9.4
- rails: 7.2.0
ruby: 3.0.6

Expand Down

0 comments on commit 7475411

Please sign in to comment.