Skip to content

Commit ad9dcea

Browse files
committed
Merge branch 'improvement/CLDSRV-715' into tmp/octopus/w/9.0/improvement/CLDSRV-715
2 parents 3e9cfcd + b6a78b9 commit ad9dcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ jobs:
699699
uses: ./.github/actions/setup-ci
700700
- uses: ruby/setup-ruby@v1
701701
with:
702-
ruby-version: '2.5.9'
702+
ruby-version: '3.2'
703703
- name: Install Ruby dependencies
704704
run: |
705-
gem install nokogiri:1.12.5 excon:0.109.0 fog-aws:1.3.0 json:2.7.6 mime-types:3.1 rspec:3.5
705+
gem install nokogiri:1.15.5 excon:0.111.0 fog-aws:3.19.0 json:2.7.6 mime-types:3.5.2 rspec:3.12.0
706706
- name: Install Java dependencies
707707
run: |
708708
sudo apt-get update && sudo apt-get install -y --fix-missing default-jdk maven

0 commit comments

Comments
 (0)