Skip to content

Commit bae97e2

Browse files
erichmachadoueno
authored andcommitted
Add Ruby 3.3 to the CI pipeline matrix
1 parent 72fa6bf commit bae97e2

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ['3.2', '3.1', '3.0', '2.7']
16+
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)