We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7552384 commit 16321afCopy full SHA for 16321af
.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: '3.3'
+ ruby-version: '3.2'
12
- name: Install dependencies
13
run: bundle install && bundle exec appraisal install
14
- name: Setup Pages
0 commit comments