Skip to content

Commit

Permalink
Fix rails version testing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Sep 1, 2024
1 parent eb2c45e commit 67308c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
- ruby: "3.3"
### TEST RAILS VERSIONS
- ruby: "2.6"
rails_version: "~> 6.0"
rails_version: "~> 6.0.0"
- ruby: "2.6"
rails_version: "~> 6.1"
rails_version: "~> 6.1.0"
- ruby: "3.3"
rails_version: "~> 7.0"
rails_version: "~> 7.0.0"
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
- ruby: "3.3"
rails_version: "~> 7.1"
rails_version: "~> 7.1.0"
- ruby: "3.3"
rails_version: "~> 7.2"
rails_version: "~> 7.2.0"
### STORAGE METHOD TESTING
- ruby: 3.3
db_gem: "sqlite3"
Expand Down

0 comments on commit 67308c8

Please sign in to comment.