Skip to content

Commit

Permalink
[TASK] Update CI to Ruby 3.2.5 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jul 27, 2024
1 parent efabf92 commit 718ecb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
matrix:
include:
- { 'rails': '6.1', 'ruby': '3.1.6' }
- { 'rails': '6.1', 'ruby': '3.2.4' }
- { 'rails': '6.1', 'ruby': '3.2.5' }
- { 'rails': '6.1', 'ruby': '3.3.4' }
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.4' }
- { 'rails': '7.0', 'ruby': '3.2.5' }
- { 'rails': '7.0', 'ruby': '3.3.4' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.4' }
- { 'rails': '7.1', 'ruby': '3.2.5' }
- { 'rails': '7.1', 'ruby': '3.3.4' }

0 comments on commit 718ecb5

Please sign in to comment.