Skip to content

Commit d7a0463

Browse files
authored
ci: add ruby 3.3 to matrix
1 parent 462ba51 commit d7a0463

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
11+
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1212
os: ["ubuntu-latest","windows-latest","macos-latest"]
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)