Skip to content

Commit

Permalink
Test more combinations of Rails/Ruby in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent ca6ab05 commit 21fe53d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,23 @@ jobs:
- 2.6
- 2.7
rails:
- 5.2.0
- 6.0.0
- 6.1.0
- 7.1.2
- ~> 5.2
- ~> 6.0
- ~> 6.1
- ~> 7.0
- ~> 7.1
include:
- ruby: 2.4
rails: 5.2.0
- ruby: 2.7
rails: 7.0.1
rails: ~> 5.2
- ruby: 3.0
rails: 6.1.0
rails: ~> 6.1
- ruby: 3.0
rails: 7.1.2
rails: ~> 7.1
exclude:
- ruby: 2.5
rails: 7.1.2
rails: ~> 7.1
- ruby: 2.6
rails: 7.1.2
rails: ~> 7.1
env:
PERCONA_DB_USER: root
PERCONA_DB_PASSWORD: root
Expand Down

0 comments on commit 21fe53d

Please sign in to comment.