Skip to content

Commit aee30fc

Browse files
authored
ci: add ruby 3.3 to matrix
1 parent 4062ba0 commit aee30fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby_version: ["2.7","3.0","3.1","3.2"]
10+
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1111
os: ["ubuntu-latest","windows-latest","macos-latest"]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)