Skip to content

Commit 1ec3562

Browse files
committed
Add Ruby 3.3. to matrix
1 parent 14f2a29 commit 1ec3562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ["3.0", "3.1", "3.2"]
17+
ruby: ["3.0", "3.1", "3.2", "3.3"]
1818
rails: ["6.1", "7.0", "7.1"]
1919
continue-on-error: [false]
2020

0 commit comments

Comments
 (0)