Skip to content

Commit 0ae1dd8

Browse files
authored
Merge pull request #477 from fluent/update-ci
Update CI
2 parents 18558c6 + ad3abb8 commit 0ae1dd8

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
os:
1717
- ubuntu-latest
1818
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)