Skip to content

Commit cd386b7

Browse files
authored
Update CI Ruby versions (#90)
1 parent 668408d commit cd386b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
ruby: [2.6, 2.7, 3.0, 3.1, head]
15+
ruby: [2.7, 3.0, 3.1, 3.2, head]
1616
runs-on: ${{ matrix.os }}
1717
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1818
steps:
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ruby: [2.6, 2.7, 3.0, 3.1]
41+
ruby: [2.7, 3.0, 3.1, 3.2]
4242
runs-on: windows-latest
4343
if: "!contains(github.event.head_commit.message, '[skip ci]')"
4444
steps:

0 commit comments

Comments
 (0)