Skip to content

Commit 3b7884f

Browse files
committed
updates
1 parent 8982f45 commit 3b7884f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- 3.2
2828
- 3.3
2929
- "3.4"
30+
- latest
3031
- head
3132
- truffleruby
3233
- truffleruby-head
@@ -56,7 +57,7 @@ jobs:
5657
env:
5758
JAVA_OPTS: -Djdk.io.File.enableADS=true
5859
- name: Upload coverage to Codecov
59-
if: matrix.os == 'ubuntu' && matrix.ruby == '3.3'
60+
if: matrix.os == 'ubuntu' && matrix.ruby == 'latest'
6061
uses: codecov/codecov-action@v5
6162
with:
6263
token: ${{ secrets.CODECOV_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ tmp/*
1313
coverage/*
1414
.rspec_status
1515
.DS_Store
16+
vendor/bundle

0 commit comments

Comments
 (0)