Skip to content

Commit

Permalink
chore: Remove ruby patch version to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Sep 17, 2024
1 parent 885ece8 commit 68c3fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
ruby:
- '3.1.4'
- '3.2.2'
- '3.3.0'
- '3.1'
- '3.2'
- '3.3'
activerecord:
- '7.0.0'
- '7.1.0'
Expand Down

0 comments on commit 68c3fd4

Please sign in to comment.