Skip to content

Commit

Permalink
[TASK] Add Ruby 3.4 for Rails 7.1/7.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jan 16, 2025
1 parent c0d3613 commit bf47c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- { '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.1' }
- { '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.1' }
- { '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.1' }

0 comments on commit bf47c45

Please sign in to comment.