We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504367b commit f263a7fCopy full SHA for f263a7f
2 files changed
.github/workflows/test-external.yaml
@@ -19,9 +19,9 @@ jobs:
19
- ubuntu
20
21
ruby:
22
- - "3.2"
23
- "3.3"
24
- "3.4"
+ - "4.0"
25
26
steps:
27
- uses: actions/checkout@v5
.github/workflows/test.yaml
@@ -52,6 +52,7 @@ jobs:
52
- uses: ruby/setup-ruby@v1
53
with:
54
ruby-version: ${{matrix.ruby}}
55
+ rubygems: latest
56
bundler-cache: true
57
58
- name: Run tests
0 commit comments