Skip to content

Commit

Permalink
[TASK] Bump Ruby 3.4 on CI to Ruby 3.4.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 16, 2025
1 parent 8d5daee commit 7eb8894
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 @@ -53,15 +53,15 @@ jobs:
- { 'rails': '7.0', 'ruby': '3.1.6' }
- { 'rails': '7.0', 'ruby': '3.2.6' }
- { 'rails': '7.0', 'ruby': '3.3.7' }
# - { 'rails': '7.0', 'ruby': '3.4.0' }
# - { 'rails': '7.0', 'ruby': '3.4.1' }
- { 'rails': '7.1', 'ruby': '3.1.6' }
- { 'rails': '7.1', 'ruby': '3.2.6' }
# - { 'rails': '7.1', 'ruby': '3.3.7' }
# - { 'rails': '7.1', 'ruby': '3.4.0' }
# - { 'rails': '7.1', 'ruby': '3.4.1' }
- { 'rails': '7.2', 'ruby': '3.1.6' }
- { 'rails': '7.2', 'ruby': '3.2.6' }
# - { 'rails': '7.2', 'ruby': '3.3.7' }
# - { 'rails': '7.2', 'ruby': '3.4.0' }
# - { 'rails': '7.2', 'ruby': '3.4.1' }
- { 'rails': '8.0', 'ruby': '3.2.6' }
- { 'rails': '8.0', 'ruby': '3.3.7' }
- { 'rails': '8.0', 'ruby': '3.4.0' }
- { 'rails': '8.0', 'ruby': '3.4.1' }

0 comments on commit 7eb8894

Please sign in to comment.