Skip to content

Commit 966dcff

Browse files
committed
set ruby in CI to 3.4
1 parent 091e42a commit 966dcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ["3.3"]
14+
ruby-version: ["3.4"]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:
42-
ruby-version: "3.3"
42+
ruby-version: "3.4"
4343
bundler-cache: true
4444

4545
- name: Run tests with coverage

0 commit comments

Comments
 (0)