Skip to content

Commit

Permalink
Drop Ruby 2.6 and below from CI due to resolve test-env only FactoryB…
Browse files Browse the repository at this point in the history
…ot complications
  • Loading branch information
westonganger committed Aug 20, 2024
1 parent a924f43 commit 292ee76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@ jobs:
matrix:
include:
### TEST RUBY VERSIONS
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0"
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
- ruby: "3.1"
- ruby: "3.2"
- ruby: "3.3"
### TEST RAILS VERSIONS
- ruby: "2.6"
- ruby: "2.7"
rails_version: "~> 5.2"
- ruby: "2.6"
- ruby: "2.7"
rails_version: "~> 6.0"
- ruby: "2.6"
- ruby: "2.7"
rails_version: "~> 6.1"
- ruby: "3.3"
rails_version: "~> 7.0"
Expand Down

0 comments on commit 292ee76

Please sign in to comment.