Skip to content

Commit baf1e3c

Browse files
committedJan 19, 2025·
Update supported Rubies
1 parent b2e3421 commit baf1e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
continue-on-error: ${{ matrix.failure-allowed }}
88
strategy:
99
matrix:
10-
ruby-version: ['3.0.7', '3.1.5', '3.2.4', '3.3.1']
10+
ruby-version: ['3.1.6', '3.2.6', '3.3.7', '3.4.1']
1111
failure-allowed: [false]
1212
include:
1313
- ruby-version: 'truffleruby'

0 commit comments

Comments
 (0)
Please sign in to comment.