We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8982f45 commit 3b7884fCopy full SHA for 3b7884f
.github/workflows/ruby.yml
@@ -27,6 +27,7 @@ jobs:
27
- 3.2
28
- 3.3
29
- "3.4"
30
+ - latest
31
- head
32
- truffleruby
33
- truffleruby-head
@@ -56,7 +57,7 @@ jobs:
56
57
env:
58
JAVA_OPTS: -Djdk.io.File.enableADS=true
59
- name: Upload coverage to Codecov
- if: matrix.os == 'ubuntu' && matrix.ruby == '3.3'
60
+ if: matrix.os == 'ubuntu' && matrix.ruby == 'latest'
61
uses: codecov/codecov-action@v5
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
.gitignore
@@ -13,3 +13,4 @@ tmp/*
13
coverage/*
14
.rspec_status
15
.DS_Store
16
+vendor/bundle
0 commit comments