Skip to content

Commit dd86511

Browse files
committed
Align github CI matrix with supported rubies
1 parent db90926 commit dd86511

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
ruby-version: [2.7, '3.0', 3.1, 3.2]
18+
ruby-version:
19+
- "3.0"
20+
- "3.1"
21+
- "3.2"
22+
- "3.3"
1923

2024
runs-on: ${{ matrix.os }}
2125

0 commit comments

Comments
 (0)