Skip to content

Commit

Permalink
Exclude versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychilcott committed Jul 18, 2024
1 parent 299165f commit e52323b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 13 deletions.
50 changes: 37 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,49 @@ jobs:
matrix:
ruby: ["2.7.8", "3.0.7", "3.1.6", "3.2.4", "3.3.4"]
node: ["14"]
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
rails_version: ["6.0", "6.1", "7.0", "7.2", "edge"] # "rubocop", "i18n-tasks"
# db: [sqlite3, postgres, mysql]
db: [sqlite3]
exclude:
# Not supported versions
- ruby: 2.7.8
gemfile: spec/gemfiles/rails_7_2.gemfile
rails_version: 7.2
- ruby: 3.0.7
gemfile: spec/gemfiles/rails_7_2.gemfile
rails_version: 7.2
- ruby: 2.7.8
gemfile: spec/gemfiles/rails_main.gemfile
rails_version: edge
- ruby: 3.0.7
gemfile: spec/gemfiles/rails_main.gemfile
rails_version: edge

# Logger Issues
- ruby: 3.3.4
rails_version: edge
- ruby: 3.3.4
rails_version: 7.2
- ruby: 3.2.4
rails_version: edge
- ruby: 3.2.4
rails_version: 7.2
- ruby: 3.1.6
rails_version: edge
- ruby: 3.1.6
rails_version: 7.2

# Psych issues
- ruby: 3.3.4
rails_version: 6.1
- ruby: 3.3.4
rails_version: 6.0
- ruby: 3.2.4
rails_version: 6.1
- ruby: 3.2.4
rails_version: 6.0
- ruby: 3.1.6
rails_version: 6.1
- ruby: 3.1.6
rails_version: 6.0


# include:
# - ruby: 2.7
# rails: rubocop
Expand All @@ -72,7 +96,7 @@ jobs:
RAILS_ENV: test
COVERAGE: 1
FERRUM_DEFAULT_TIMEOUT: 20
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
BUNDLE_GEMFILE: "spec/gemfiles/rails_${{ matrix.rails_version }}.gemfile"
DB_USERNAME: thredded
DB_PASSWORD: thredded
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e52323b

Please sign in to comment.