Skip to content

Commit

Permalink
update CI ruby versions to use 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Feb 20, 2025
1 parent db795da commit eabe3a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.1'

- name: Setup Brakeman
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-real-data-stageportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.1.0
bundler-cache: true
# Add or replace database setup steps here
- name: set up config file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.1.0
bundler-cache: true

- name: Run OntoPortal API
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
ruby-version: 3.1.0
bundler-cache: true

- name: Run OntoPortal API
Expand Down

0 comments on commit eabe3a1

Please sign in to comment.