Skip to content

Commit

Permalink
Stick with Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl authored Dec 27, 2024
1 parent dad1dc8 commit 269c2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Set up Ruby 3.0
- name: Set up Ruby 3.3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.3.0

- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 269c2df

Please sign in to comment.