Skip to content

Commit 445be3a

Browse files
committed
Update tested Ruby versions to 3.1-3.4
1 parent cd38c9a commit 445be3a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ruby:
13-
- 2.7.5
14-
- 3.0.3
15-
- 3.1.0
13+
- '3.1'
14+
- '3.2'
15+
- '3.3'
16+
- '3.4'
1617

1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)