Skip to content

Commit 666d895

Browse files
committed
CI: Test with Ruby 4.0
1 parent b76c831 commit 666d895

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/actions.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
ruby:
10-
- 2.7
11-
- 3.0
12-
- 3.1
13-
- 3.2
14-
- 3.3
15-
- 3.4
10+
- "2.7"
11+
- "3.0"
12+
- "3.1"
13+
- "3.2"
14+
- "3.3"
15+
- "3.4"
16+
- "4.0"
1617
steps:
1718
- uses: actions/checkout@v4
1819
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)