Skip to content

Commit c0ea419

Browse files
authored
Merge pull request #2542 from joshcooper/FACT-3153
(FACT-3153) Test on ruby 3.2.0
2 parents 9cb7ef2 + 335d875 commit c0ea419

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- '2.5'
2222
- '2.7'
2323
- '3.0'
24-
- '3.2.0-preview2'
24+
- '3.2.0'
2525
- 'jruby-9.3.7.0'
2626
runs-on: ubuntu-20.04
2727
steps:
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
ruby:
4545
- '2.7'
46-
- '3.1'
46+
- '3.2.0'
4747
runs-on: windows-2019
4848
steps:
4949
- name: Checkout current PR

acceptance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1")
1919
gem "rake", ">= 12.3.3"
2020
gem "multi_json", "~> 1.8"
2121

22-
if File.exists? "#{__FILE__}.local"
22+
if File.exist? "#{__FILE__}.local"
2323
eval(File.read("#{__FILE__}.local"), binding)
2424
end

0 commit comments

Comments
 (0)