Skip to content

Commit

Permalink
Add 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 11, 2024
1 parent d010739 commit ce47518
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
services:
redis:
image: redis
ports: ['6379:6379']
ports: ["6379:6379"]
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand All @@ -28,9 +28,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
rails: ['5.2', '6.0.0', '6.1.0', '7.0.0', '7.1.0']
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
rails: ["5.2", "6.0.0", "6.1.0", "7.0.0", "7.1.0"]
exclude:
- ruby: "2.6"
rails: "7.2.0"
- ruby: "2.7"
rails: "7.2.0"
- ruby: "3.0"
rails: "7.2.0"
- ruby: "2.6"
rails: "7.1.0"
- ruby: "2.6"
Expand Down

0 comments on commit ce47518

Please sign in to comment.