Skip to content

Commit

Permalink
Merge pull request #707 from ruby/javaopt
Browse files Browse the repository at this point in the history
Added JAVA_OPTS for java version of psych
  • Loading branch information
hsbt authored Jan 14, 2025
2 parents b96a661 + 7f7dc1f commit 94ea06e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test

on: [push, pull_request]

env:
JAVA_OPTS: '-Xms60M -Xmx1G'

jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
Expand Down

0 comments on commit 94ea06e

Please sign in to comment.