Skip to content

Commit f648b5d

Browse files
committed
Remove ruby 3+
1 parent 407a7d6 commit f648b5d

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: ['2.6', '2.7', '3.0', '3.1']
8+
ruby: ['2.6', '2.7']
99
fail-fast: false
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)