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