Skip to content

Commit

Permalink
update +.github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafulong committed Jan 13, 2025
1 parent 3117653 commit d23ad8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
persist-credentials: false

- name: Set Ruby 3.1
uses: actions/setup-ruby@v1
- name: Set Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3

- name: Install and Build
run: |
Expand Down

0 comments on commit d23ad8a

Please sign in to comment.