Skip to content

Commit

Permalink
Bump up Ruby version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Jun 26, 2024
1 parent 0c9dbcc commit 0307322
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- 'release-*'
- upgrade-ruby-version
tags:
- '[0-9]+.[0-9]+.[0-9]+'
paths-ignore:
Expand All @@ -26,10 +27,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '7'
- name: Setup Ruby 2.5
- name: Setup Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.3
- name: Install Compass
run: gem install compass
- name: Install Ant 1.9
Expand Down

0 comments on commit 0307322

Please sign in to comment.