Skip to content

Commit fc3616a

Browse files
committed
swap back to ruby 3.3
1 parent 506e8e9 commit fc3616a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: 'head'
11+
ruby-version: '3.3'
1212
- name: Install dependencies
1313
run: bundle add appraisal && bundle install && bundle exec appraisal
1414
- name: Setup Pages

0 commit comments

Comments
 (0)