Skip to content

Commit 703972c

Browse files
committed
CI: Add Ruby 3.2 and drop 2.6
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 0c0f4b5 commit 703972c

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
15+
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
1616
postgres: [ '14', '13', '12', '11', '10', '9' ]
1717
os:
1818
- ubuntu-latest

0 commit comments

Comments
 (0)