Skip to content

Commit 4f83ff0

Browse files
authored
ci: update Ruby versions (#15)
Ruby now only maintains only 3.2, 3.3 and 3.4.
1 parent d9eec5f commit 4f83ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby-version:
19-
- "3.0"
20-
- "3.1"
2119
- "3.2"
2220
- "3.3"
21+
- "3.4"
2322
runs-on:
2423
- macos-latest
2524
- ubuntu-latest

0 commit comments

Comments
 (0)