Skip to content

Commit

Permalink
fix: Update ruby to 3.3 in github workflow (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru committed Mar 29, 2024
1 parent 7cc7eb4 commit 9f7f720
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 @@ -12,10 +12,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 9f7f720

Please sign in to comment.