Skip to content

Commit

Permalink
Update Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 21, 2024
1 parent 9d3da6e commit 3532678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.2.4'
- '3.3.4'
- '3.4.0-preview1'
- '3.2.5'
- '3.3.5'
- '3.4.0-preview2'
- 'head'
os:
- ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:

include:
- os: ubuntu-latest
ruby: '3.3.0'
ruby: '3.3.5'
mn_threads: 1
- os: ubuntu-latest
ruby: 'head'
Expand Down

0 comments on commit 3532678

Please sign in to comment.