Skip to content

Commit

Permalink
[TASK] Use the latest Ruby 3.2.3 in CI (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 19, 2024
1 parent 621b409 commit 106dc0a
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 @@ -61,13 +61,13 @@ jobs:
include:
- { 'rails': '6.1', 'ruby': '3.0.6' }
- { 'rails': '6.1', 'ruby': '3.1.4' }
- { 'rails': '6.1', 'ruby': '3.2.2' }
- { 'rails': '6.1', 'ruby': '3.2.3' }
- { 'rails': '6.1', 'ruby': '3.3.0' }
- { 'rails': '7.0', 'ruby': '3.0.6' }
- { 'rails': '7.0', 'ruby': '3.1.4' }
- { 'rails': '7.0', 'ruby': '3.2.2' }
- { 'rails': '7.0', 'ruby': '3.2.3' }
- { 'rails': '7.0', 'ruby': '3.3.0' }
- { 'rails': '7.1', 'ruby': '3.0.6' }
- { 'rails': '7.1', 'ruby': '3.1.4' }
- { 'rails': '7.1', 'ruby': '3.2.2' }
- { 'rails': '7.1', 'ruby': '3.2.3' }
- { 'rails': '7.1', 'ruby': '3.3.0' }

0 comments on commit 106dc0a

Please sign in to comment.