Skip to content

Commit d8492af

Browse files
committed
CI: add Ruby 3.4 to the test matrix
1 parent 36b3fe8 commit d8492af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu ]
11-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
1212
include:
1313
- os: macos
1414
ruby: '2.7'

0 commit comments

Comments
 (0)