Skip to content

Commit 4e74d98

Browse files
authored
Add Ruby 4 to test matrix (#707)
* Add Ruby 4 to test matrix * Changelog entry * Scheduled runs * Setup dependabot for updating github actions
1 parent 3a31a20 commit 4e74d98

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/dependabot.yml

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

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- "*"
11+
schedule:
12+
- cron: "0 0 * * 5"
1113
jobs:
1214
rubocop:
1315
name: RuboCop
@@ -39,6 +41,7 @@ jobs:
3941
- "3.2"
4042
- "3.3"
4143
- "3.4"
44+
- "4.0"
4245
gemfile:
4346
- gemfiles/standalone.gemfile
4447
experimental: [false]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
**Fixes and enhancements:**
1212

1313
- Fix compatibility with the openssl 4.0 gem [#706](https://github.com/jwt/ruby-jwt/pull/706)
14+
- Test against Ruby 4.0 on CI [#707](https://github.com/jwt/ruby-jwt/pull/707)
1415
- Your contribution here
1516

1617
## [v3.1.2](https://github.com/jwt/ruby-jwt/tree/v3.1.2) (2025-06-28)

0 commit comments

Comments
 (0)