Skip to content

Commit

Permalink
Update ci.yml (#519)
Browse files Browse the repository at this point in the history
Remove ruby 3.1 because Rails no longer works with it
  • Loading branch information
mensfeld authored Nov 26, 2024
1 parent 67e13ff commit d5d391d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- '3.4.0-preview1'
- '3.3'
- '3.2'
- '3.1'
include:
- ruby: '3.3'
coverage: 'true'
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
- '3.4.0-preview1'
- '3.3'
- '3.2'
- '3.1'
include:
- ruby: '3.3'
coverage: 'true'
Expand Down

0 comments on commit d5d391d

Please sign in to comment.