Skip to content

Commit fa3e05a

Browse files
committed
revert ruby 3.1 test
1 parent 68a1017 commit fa3e05a

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
@@ -13,7 +13,7 @@ jobs:
1313
LC_ALL: en_US.UTF-8 # consistent sort order
1414

1515
strategy:
16-
matrix: { ruby: ['2.7', '3.0', '3.1.0-preview1'] }
16+
matrix: { ruby: ['2.7', '3.0'] }
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)