Skip to content

Commit

Permalink
Ruby 3.2.3 (was 3.1.4)
Browse files Browse the repository at this point in the history
context is #332 -- Fabien says our infra is on 3.2.3 now,
so I think we should match that in CI
  • Loading branch information
SethTisue committed Mar 8, 2024
1 parent f9340f0 commit 4b5fa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.4'
ruby-version: '3.2.3'
bundler-cache: true
- name: Bower
run: |
Expand Down

0 comments on commit 4b5fa84

Please sign in to comment.