Skip to content

Commit

Permalink
Rails versions are already loosely specified
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent 21fe53d commit 216d552
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ jobs:
- 2.6
- 2.7
rails:
- ~> 5.2
- ~> 6.0
- ~> 6.1
- ~> 7.0
- ~> 7.1
- 5.2
- 6.0
- 6.1
- 7.0
- 7.1
include:
- ruby: 2.4
rails: ~> 5.2
rails: 5.2
- ruby: 3.0
rails: ~> 6.1
rails: 6.1
- ruby: 3.0
rails: ~> 7.1
rails: 7.1
exclude:
- ruby: 2.5
rails: ~> 7.1
rails: 7.1
- ruby: 2.6
rails: ~> 7.1
rails: 7.1
env:
PERCONA_DB_USER: root
PERCONA_DB_PASSWORD: root
Expand Down

0 comments on commit 216d552

Please sign in to comment.