Skip to content

Commit

Permalink
[TASK] Bump Ruby 3.2 on CI to 3.2.6 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 1, 2024
1 parent a22a0ec commit 8a69cf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
matrix:
include:
- { 'rails': '6.1', 'ruby': '3.1.6' }
- { 'rails': '6.1', 'ruby': '3.2.5' }
- { 'rails': '6.1', 'ruby': '3.2.6' }
- { 'rails': '6.1', 'ruby': '3.3.5' }
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.5' }
- { 'rails': '7.0', 'ruby': '3.2.6' }
- { 'rails': '7.0', 'ruby': '3.3.5' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.5' }
- { 'rails': '7.1', 'ruby': '3.2.6' }
- { 'rails': '7.1', 'ruby': '3.3.5' }
- { 'rails': '7.2', 'ruby': '3.1.6' }
- { 'rails': '7.2', 'ruby': '3.2.5' }
- { 'rails': '7.2', 'ruby': '3.2.6' }
- { 'rails': '7.2', 'ruby': '3.3.5' }

0 comments on commit 8a69cf4

Please sign in to comment.