Skip to content

Commit 45efac2

Browse files
committed
Test ruby >= 3.2
1 parent 1a3c676 commit 45efac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4]
7+
ruby: [3.2, 3.3, 3.4]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)