Skip to content

Commit 7f7347b

Browse files
authored
Merge pull request #32 from jlong/update-tested-rubies
Add ruby 3.4.1 to CI
2 parents 33ccf7d + 1e73511 commit 7f7347b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- ruby-version: '2.7.8'
1717
bundler-version: '2.4.22'
1818
- ruby-version: '3.0.7'
19-
bundler-version: '2.5.23'
19+
bundler-version: '2.5.3'
2020
- ruby-version: '3.1.6'
21-
bundler-version: '2.6.1'
21+
bundler-version: '2.6.2'
2222
- ruby-version: '3.3.6'
23-
bundler-version: '2.6.1'
24-
- ruby-version: '3.4.0-rc1'
25-
bundler-version: '2.6.1'
23+
bundler-version: '2.6.2'
24+
- ruby-version: '3.4.2'
25+
bundler-version: '2.6.2'
2626
- ruby-version: 'jruby'
2727
bundler-version: '2.6.1'
2828

@@ -38,4 +38,4 @@ jobs:
3838
env:
3939
COVERALLS: ${{ matrix.ruby-version != 'jruby' }}
4040
JRUBY_OPTS: ${{ matrix.ruby-version == 'jruby' && '--debug' || '' }}
41-
run: bundle exec rake
41+
run: bundle exec rake

0 commit comments

Comments
 (0)