Skip to content

Commit

Permalink
trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kenn committed Sep 4, 2024
1 parent dd2ba0f commit d91d745
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 33 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- ruby-head
rails_version:
- '7.2'
- '6.1'
exclude:
- ruby: '3.2'
rails_version: '6.1'
- ruby: '3.3'
rails_version: '6.1'
include:
- ruby: ruby-head
rails_version: '7.2'
- ruby: '3.3'
rails_version: '7.2'
- ruby: '3.2'
rails_version: '7.2'
- ruby: '3.1'
rails_version: '7.2'
- ruby: '3.1'
rails_version: '6.1'
runs-on: ubuntu-latest
env:
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/5.0.gemfile

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/5.1.gemfile

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/5.2.gemfile

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/6.0.gemfile

This file was deleted.

File renamed without changes.

0 comments on commit d91d745

Please sign in to comment.