Skip to content

Commit 72c21ff

Browse files
committed
CI: add Ruby 4.0 to the test matrix
1 parent a95bc37 commit 72c21ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ ubuntu ]
11-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
11+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ]
1212
include:
1313
- os: macos
1414
ruby: '2.7'

0 commit comments

Comments
 (0)