Skip to content

Commit

Permalink
Update CI ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Jan 18, 2025
1 parent cae8a17 commit 1b5cc15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
ruby:
- '3.2.6'
- '3.3.6'
- '3.4.0-rc1'
- '3.3.7'
- '3.4.1'
- 'head'
os:
- ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:

include:
- os: ubuntu-latest
ruby: '3.3.6'
ruby: '3.4.1'
mn_threads: 1
- os: ubuntu-latest
ruby: 'head'
Expand Down

0 comments on commit 1b5cc15

Please sign in to comment.