Update ci.yaml

This commit is contained in:
Fabian Aguilar Gomez
2024-01-03 17:34:55 -06:00
committed by GitHub
parent 5cea62c2f6
commit 58bf1e75a6

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 3.2
bundler-cache: true bundler-cache: true
- name: build - name: build
run: script/bootstrap run: script/bootstrap