Skip to content

Commit 1daa60b

Browse files
authored
[CI] - Add Ruby 3.3 to Actions matrix (#41)
1 parent 1c914fa commit 1daa60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ ubuntu-22.04, ubuntu-20.04, macos-13, macos-12, macos-11 ]
24-
ruby: [ ruby-head, 3.2, 3.1, '3.0', 2.7, 2.5, 2.2, jruby, truffleruby ]
24+
ruby: [ ruby-head, 3.3, 3.2, 3.1, '3.0', 2.7, 2.5, 2.2, jruby, truffleruby ]
2525
exclude:
2626
- { os: ubuntu-22.04 , ruby: 2.2 }
2727
runs-on: ${{ matrix.os }}
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
os: [ windows-2022, windows-2019 ]
59-
ruby: [ mswin, mingw, ucrt, head, 3.2, 3.1, '3.0', 2.5, 2.4, 2.3, 2.2 ]
59+
ruby: [ mswin, mingw, ucrt, head, 3.3, 3.2, 3.1, '3.0', 2.5, 2.4, 2.3, 2.2 ]
6060
runs-on: ${{ matrix.os }}
6161
steps:
6262
- name: Checkout

0 commit comments

Comments
 (0)