Skip to content

Commit a2f978c

Browse files
committed
repair5
1 parent 5ea2b07 commit a2f978c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout Repository
2020
uses: actions/checkout@v2
21-
- name: Set Up Ruby 2.7
21+
- name: Set Up Ruby 3.4.1
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 2.7
24+
ruby-version: 3.4.1
2525
bundler-cache: true
2626
- name: Run tests
2727
run: script/cibuild

0 commit comments

Comments
 (0)