Skip to content

Commit d7d406f

Browse files
committed
* Update CI for ruby 3.4
1 parent b1d1c3b commit d7d406f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
ruby:
29-
- "3.3"
29+
- "3.4"
3030
gemfile:
3131
- gemfiles/contracts_17_0.gemfile
3232
env:

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "3.1"
3030
- "3.2"
3131
- "3.3"
32+
- "3.4"
3233
gemfile:
3334
- gemfiles/contracts_17_0.gemfile
3435
allow_failures:

0 commit comments

Comments
 (0)