Skip to content

Commit

Permalink
align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseytruong committed Nov 26, 2024
1 parent 58120a4 commit b6aa3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up the Ruby version
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ['3.3', '3.4.0-preview2']
bundler-cache: true

- name: Ruby gem cache
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up the Ruby version
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ['3.3', '3.4.0-preview2']
bundler-cache: true

- name: Ruby gem cache
Expand Down

0 comments on commit b6aa3c7

Please sign in to comment.