Skip to content

Commit

Permalink
Drop support of old Rubies and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jan 14, 2024
1 parent 4ae8db8 commit 64dd56e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby: [ "2.7", "2.3" ]
gemfile: [ "active_job_60.gemfile", "active_job_52.gemfile", "active_job_51.gemfile", "active_job_50.gemfile", "active_job_42.gemfile" ]
exclude:
- ruby: "2.3"
gemfile: "active_job_60.gemfile"
- ruby: "2.7"
gemfile: "active_job_42.gemfile"
- ruby: "2.6"
gemfile: "active_job_42.gemfile"
ruby: [ "3.2", "3.1", "3.0" ]
gemfile: [ "active_job_71.gemfile", "active_job_70.gemfile", "active_job_61.gemfile", "active_job_60.gemfile" ]

services:
redis:
Expand Down

0 comments on commit 64dd56e

Please sign in to comment.