We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506e8e9 commit fc3616aCopy full SHA for fc3616a
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 'head'
+ ruby-version: '3.3'
12
- name: Install dependencies
13
run: bundle add appraisal && bundle install && bundle exec appraisal
14
- name: Setup Pages
0 commit comments