Skip to content

Commit

Permalink
Remove Rails 8/ruby 3.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Sep 27, 2024
1 parent 9e27a70 commit 8e1e034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
ruby-version: ["3.1", "3.2", "3.3"]
gemfile: [ rails_7_2, rails_main ]
database: [sqlite, postgres, mysql]
exclude:
- ruby-version: 3.1
gemfile: rails_main
database: [sqlite, postgres, mysql]
services:
redis:
image: redis
Expand Down

0 comments on commit 8e1e034

Please # to comment.