Skip to content

Commit c9344a2

Browse files
committed
Ensure Ruby 4.0 compatibility
1 parent 4c63c1a commit c9344a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby: [4.0.0-preview3, 3.4.8, 3.3.9, 3.2.8, 3.1.7]
15+
ruby: [4.0.0, 3.4.8, 3.3.9, 3.2.8, 3.1.7]
1616

1717
name: CI Ruby ${{ matrix.ruby }}
1818
steps:

0 commit comments

Comments
 (0)