Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychilcott committed Jul 18, 2024
1 parent 137861d commit 1b05f6c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,19 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.8", "3.0.7", "3.2.4", "3.3.4"]
# ruby: ["2.7.8", "3.0.7", "3.2.4", "3.3.4"]
ruby: ["3.3.4"]
node: ["14"]
gemfile:
- spec/gemfiles/rails_6_0.gemfile
- spec/gemfiles/rails_6_1.gemfile
# - spec/gemfiles/rails_6_0.gemfile
# - spec/gemfiles/rails_6_1.gemfile
- spec/gemfiles/rails_7_0.gemfile
- spec/gemfiles/rails_7_2.gemfile
- spec/gemfiles/rails_main.gemfile
- spec/gemfiles/rubocop.gemfile
- spec/gemfiles/i18n-tasks.gemfile
db: [sqlite3, postgresql, mysql2]
# - spec/gemfiles/rails_7_2.gemfile
# - spec/gemfiles/rails_main.gemfile
# - spec/gemfiles/rubocop.gemfile
# - spec/gemfiles/i18n-tasks.gemfile
# db: [sqlite3, postgresql, mysql2]
db: [sqlite3]
# include:
# - ruby: 2.7
# rails: rubocop
Expand Down

0 comments on commit 1b05f6c

Please sign in to comment.