Skip to content

Commit

Permalink
Build only on rubies we actually use
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Oct 11, 2024
1 parent 23e1c27 commit 674055e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/audiences-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.0.7
- 3.3
gemfile:
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
exclude:
- ruby: 3.2
gemfile: gemfiles/rails_6_1.gemfile
- ruby: 3.3
gemfile: gemfiles/rails_6_1.gemfile
services:
Expand Down

0 comments on commit 674055e

Please sign in to comment.