We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091e42a commit 966dcffCopy full SHA for 966dcff
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- ruby-version: ["3.3"]
+ ruby-version: ["3.4"]
15
16
steps:
17
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
39
- name: Set up Ruby
40
uses: ruby/setup-ruby@v1
41
with:
42
- ruby-version: "3.3"
+ ruby-version: "3.4"
43
bundler-cache: true
44
45
- name: Run tests with coverage
0 commit comments