Skip to content

Commit abf8efa

Browse files
authored
Merge pull request #948 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix.
2 parents 61ee6b7 + 1282e1d commit abf8efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
15+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
1616
os: [ macOS-latest ]
1717
runs-on: ${{ matrix.os }}
1818

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
40+
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
4141
os: [ ubuntu-18.04 ]
4242
runs-on: ${{ matrix.os }}
4343

0 commit comments

Comments
 (0)