Skip to content

Commit

Permalink
bump default version to a supported ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed May 7, 2022
1 parent 3b6a2c3 commit 65dbf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def DEFAULT_RUBY_VERSION = '2.5.9'
def DEFAULT_RUBY_VERSION = '2.6.10'
def LINUX_COMPILE_CONCURRENCY = 4
def LINUX_ENV = ["TEST_RUBY_VERSION=${DEFAULT_RUBY_VERSION}", "COMPILE_CONCURRENCY=${LINUX_COMPILE_CONCURRENCY}"]
def MACOS_COMPILE_CONCURRENCY = 4
Expand Down

0 comments on commit 65dbf83

Please sign in to comment.