Skip to content

Commit

Permalink
Try Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 26, 2024
1 parent 30e26bd commit 0897c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '7'
- name: Setup Ruby 2.5
- name: Setup Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1
- name: Install Compass
run: gem install ffi -v 1.17.0 && gem install compass
- name: Install Ant 1.9
Expand Down

0 comments on commit 0897c8f

Please sign in to comment.