Skip to content

Commit 45066be

Browse files
committed
CI: Add Ruby 3.2 and drop 2.6
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 054561a commit 45066be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
14+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
1515
os:
1616
- ubuntu-latest
1717
experimental: [false]

0 commit comments

Comments
 (0)