Skip to content

Commit

Permalink
ruby update to 3.3 in github workflow (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler authored Mar 29, 2024
1 parent 31a377f commit 06da408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 2.6
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3

- name: Install fpm
run: gem install fpm
Expand Down

0 comments on commit 06da408

Please sign in to comment.