Skip to content

Commit 4efb44e

Browse files
committed
Update Ruby versions in tests
1 parent 35afe4f commit 4efb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.2.7', '3.3.7', '3.4.2']
10+
ruby-version: ['3.2', '3.3', '3.4', '4.0']
1111
failure-allowed: [false]
1212
include:
1313
- ruby-version: 'truffleruby'

0 commit comments

Comments
 (0)