Skip to content

Commit 4b5fa84

Browse files
committed
Ruby 3.2.3 (was 3.1.4)
context is #332 -- Fabien says our infra is on 3.2.3 now, so I think we should match that in CI
1 parent f9340f0 commit 4b5fa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '3.1.4'
18+
ruby-version: '3.2.3'
1919
bundler-cache: true
2020
- name: Bower
2121
run: |

0 commit comments

Comments
 (0)