Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor-linux-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install:

- sh: "source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
- sh: "rbenv install 3.3.7"
- sh: "rbenv install 3.4.2"
- sh: "rbenv install 3.4.7"
- sh: "rbenv install 3.2.7"
- sh: "rbenv global 3.3.7"
- sh: "ruby --version"
Expand Down
8 changes: 4 additions & 4 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ for:
test_script:
# Install Ruby for Ruby build tests
- sh: "rbenv install 3.3.7"
- sh: "rbenv install 3.4.2"
- sh: "rbenv install 3.4.7"
- sh: "rbenv install 3.2.7"
- sh: "rbenv global 3.3.7"
- sh: "ruby --version"
Expand All @@ -475,7 +475,7 @@ for:
test_script:
# Install Ruby for Ruby ARM64 build tests
- sh: "rbenv install 3.3.7"
- sh: "rbenv install 3.4.2"
- sh: "rbenv install 3.4.7"
- sh: "rbenv install 3.2.7"
- sh: "rbenv global 3.3.7"
- sh: "ruby --version"
Expand Down Expand Up @@ -520,7 +520,7 @@ for:
test_script:
# Install Ruby for Ruby sync tests
- sh: "rbenv install 3.3.7"
- sh: "rbenv install 3.4.2"
- sh: "rbenv install 3.4.7"
- sh: "rbenv install 3.2.7"
- sh: "rbenv global 3.3.7"
- sh: "ruby --version"
Expand Down Expand Up @@ -566,7 +566,7 @@ for:
test_script:
# Install Ruby for Ruby validation and other tests
- sh: "rbenv install 3.3.7"
- sh: "rbenv install 3.4.2"
- sh: "rbenv install 3.4.7"
- sh: "rbenv install 3.2.7"
- sh: "rbenv global 3.3.7"
- sh: "ruby --version"
Expand Down
2 changes: 1 addition & 1 deletion appveyor-windows-al2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install:
- choco upgrade gradle --version=9.0.0
- choco install ruby --version=3.2.7.1
- choco install ruby --version=3.3.7.1
- choco install ruby --version=3.4.2.1
- choco install ruby --version=3.4.7.1
- "gradle -v"
- "mvn --version"

Expand Down
2 changes: 1 addition & 1 deletion appveyor-windows-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ install:
- "mvn --version"
- choco install ruby --version=3.2.7.1
- choco install ruby --version=3.3.7.1
- choco install ruby --version=3.4.2.1
- choco install ruby --version=3.4.7.1

# Make sure the temp directory exists for Python to use.
- ps: "mkdir -Force C:\\tmp"
Expand Down
2 changes: 1 addition & 1 deletion appveyor-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install:
- choco upgrade gradle --version=9.0.0
- choco install ruby --version=3.2.7.1
- choco install ruby --version=3.3.7.1
- choco install ruby --version=3.4.2.1
- choco install ruby --version=3.4.7.1
- "gradle -v"
- "mvn --version"

Expand Down
Loading