Skip to content

Commit ca84231

Browse files
committed
* Update CI to test against ruby 4.0, also make it update actions
1 parent d5c007c commit ca84231

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
# 3.0 is the last version with no `URI.register_scheme` method
2626
- "3.0"
2727
- "3.4"
28+
- "4.0"
2829
- "jruby"
2930
- "truffleruby"
3031
- "truffleruby+graalvm"

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- "3.1"
2727
- "3.2"
2828
- "3.3"
29+
- "3.4"
30+
- "4.0"
2931
- "jruby"
3032
- "truffleruby"
3133
- "truffleruby+graalvm"

0 commit comments

Comments
 (0)